summary refs log tree commit diff
path: root/pkgs/development/libraries/gdal
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-03-14 17:59:07 +0100
committerLancelot SIX <lsix@lancelotsix.com>2017-03-14 17:59:07 +0100
commit4f644cd00461422ebda43879fe0b356a4c4a99cd (patch)
tree8ced34cf4cc278e7b2e20b65fd830ee2c2c865d0 /pkgs/development/libraries/gdal
parent770794cbfeb2273c4116c7fc5ac9db485ba3540b (diff)
downloadnixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar.gz
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar.bz2
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar.lz
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar.xz
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.tar.zst
nixpkgs-4f644cd00461422ebda43879fe0b356a4c4a99cd.zip
gdal: 2.1.1 -> 2.1.3
Diffstat (limited to 'pkgs/development/libraries/gdal')
-rw-r--r--pkgs/development/libraries/gdal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index 173e6411182..9805bc17c44 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -6,12 +6,12 @@
  }:
 
 composableDerivation.composableDerivation {} (fixed: rec {
-  version = "2.1.1";
+  version = "2.1.3";
   name = "gdal-${version}";
 
   src = fetchurl {
     url = "http://download.osgeo.org/gdal/${version}/${name}.tar.gz";
-    sha256 = "55fc6ffbe76e9d2e7e6cf637010e5d4bba6a966d065f40194ff798544198236b";
+    sha256 = "0jh7filpf5dk5iz5acj7y3y49ihnzqypxckdlj0sjigbqq6hlsmf";
   };
 
   buildInputs = [ unzip libjpeg libtiff libpng proj openssl ]