mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue