summary refs log tree commit diff
path: root/pkgs/development/libraries/gdal
diff options
context:
space:
mode:
authorMichel Kuhlmann <michel@kuhlmanns.info>2015-11-03 09:00:08 +0100
committerMichel Kuhlmann <michel@kuhlmanns.info>2015-11-03 09:00:08 +0100
commit8e9a8a8fd037ad99934e1541ea9c92096de6ff3e (patch)
tree8c90b20ceaea2c10bb8e93f72b13c041527b18dd /pkgs/development/libraries/gdal
parent70aff600ff3c718e205760afc79259f7dfbfb815 (diff)
downloadnixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar.gz
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar.bz2
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar.lz
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar.xz
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.tar.zst
nixlib-8e9a8a8fd037ad99934e1541ea9c92096de6ff3e.zip
gdal: 1.11.2 -> 1.11.3
Diffstat (limited to 'pkgs/development/libraries/gdal')
-rw-r--r--pkgs/development/libraries/gdal/gdal-1_11.nix (renamed from pkgs/development/libraries/gdal/gdal-1_11_2.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdal/gdal-1_11_2.nix b/pkgs/development/libraries/gdal/gdal-1_11.nix
index fe7d0869fbd0..0e4b4d03541c 100644
--- a/pkgs/development/libraries/gdal/gdal-1_11_2.nix
+++ b/pkgs/development/libraries/gdal/gdal-1_11.nix
@@ -3,12 +3,12 @@
 , libpng }:
 
 composableDerivation.composableDerivation {} (fixed: rec {
-  version = "1.11.2";
+  version = "1.11.3";
   name = "gdal-${version}";
 
   src = fetchurl {
     url = "http://download.osgeo.org/gdal/${version}/${name}.tar.gz";
-    sha256 = "66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845";
+    sha256 = "561588bdfd9ca91919d4679a77a2b44214b158934ee8b425295ca5be33a1014d";
   };
 
   buildInputs = [ unzip libjpeg libtiff libpng python pythonPackages.numpy proj openssl ];