libgeotiff: fix version to match tarball
This commit is contained in:
parent
8c8ac0fc8b
commit
f889b52c30
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user