gdal: update to 1.11.2
This commit is contained in:
parent
6668a05abc
commit
0c22975cb2
@ -2,12 +2,12 @@
|
|||||||
, postgresql, mysql, libgeotiff, python, pythonPackages, proj}:
|
, postgresql, mysql, libgeotiff, python, pythonPackages, proj}:
|
||||||
|
|
||||||
composableDerivation.composableDerivation {} (fixed: rec {
|
composableDerivation.composableDerivation {} (fixed: rec {
|
||||||
version = "1.11.1";
|
version = "1.11.2";
|
||||||
name = "gdal-${version}";
|
name = "gdal-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.osgeo.org/gdal/${version}/${name}.tar.gz";
|
url = "http://download.osgeo.org/gdal/${version}/${name}.tar.gz";
|
||||||
sha256 = "0h1kib2pzv4nbppdnxv6vhngvk9ic531y8rzcwb8bg6am125jszl";
|
sha256 = "66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip libjpeg libtiff python pythonPackages.numpy proj ];
|
buildInputs = [ unzip libjpeg libtiff python pythonPackages.numpy proj ];
|
||||||
|
Loading…
Reference in New Issue
Block a user