summary refs log tree commit diff
path: root/pkgs/development/libraries/libgeotiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-07-13 23:16:23 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 02:08:50 +0300
commitf889b52c300df93f20694423aa244ff5ae258aa0 (patch)
treede8aa45b152c2c5b261c78ccecb72d2bd7767e4a /pkgs/development/libraries/libgeotiff
parent8c8ac0fc8b0aa3acf7d76b6ea0b4ce3b8ff9eaa5 (diff)
downloadnixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar.gz
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar.bz2
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar.lz
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar.xz
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.tar.zst
nixpkgs-f889b52c300df93f20694423aa244ff5ae258aa0.zip
libgeotiff: fix version to match tarball
Diffstat (limited to 'pkgs/development/libraries/libgeotiff')
-rw-r--r--pkgs/development/libraries/libgeotiff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libgeotiff/default.nix b/pkgs/development/libraries/libgeotiff/default.nix
index 920f40abd5a..07e8d2869ce 100644
--- a/pkgs/development/libraries/libgeotiff/default.nix
+++ b/pkgs/development/libraries/libgeotiff/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, libtiff }:
 
 stdenv.mkDerivation {
-  name = "libgeotiff-1.2.4";
+  name = "libgeotiff-1.2.5";
 
   src = fetchurl {
     url = ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz;