libgeotiff: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:16:23 +03:00
parent 8c8ac0fc8b
commit f889b52c30

View File

@ -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;