3
0
Fork 0
forked from mirrors/nixpkgs

gdal: update from 1.11.2 to 2.0.0

This commit is contained in:
Michel Kuhlmann 2015-07-09 14:36:48 +02:00
parent 0109c5a6fb
commit 1278a8ff9b

View file

@ -3,12 +3,12 @@
, libpng }:
composableDerivation.composableDerivation {} (fixed: rec {
version = "1.11.2";
version = "2.0.0";
name = "gdal-${version}";
src = fetchurl {
url = "http://download.osgeo.org/gdal/${version}/${name}.tar.gz";
sha256 = "66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845";
sha256 = "53761563ff53c5bf27bff7c4d6cab8bb1634baccefda05348e0f3b7acaf4c9e6";
};
buildInputs = [ unzip libjpeg libtiff libpng python pythonPackages.numpy proj openssl ];