libgeotiff: 1.4.2 -> 1.4.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgeotiff/versions
This commit is contained in:
R. RyanTM 2018-12-25 10:13:18 -08:00 committed by Frederik Rietdijk
parent 289acce006
commit 1769c12e53

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, libtiff, libjpeg, proj, zlib}:
stdenv.mkDerivation rec {
version = "1.4.2";
version = "1.4.3";
name = "libgeotiff-${version}";
src = fetchurl {
url = "https://download.osgeo.org/geotiff/libgeotiff/${name}.tar.gz";
sha256 = "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd";
sha256 = "0rbjqixi4c8yz19larlzq6jda0px2gpmpp9c52cyhplbjsdhsldq";
};
configureFlags = [