Skip to content

Commit

Permalink
gdal: 2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
(cherry picked from commit f80730d)
Backport of #47565
  • Loading branch information
mpickering authored and srhb committed Oct 2, 2018
1 parent b8ef448 commit 0a19895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdal/default.nix
Expand Up @@ -9,11 +9,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "gdal-${version}";
version = "2.3.1";
version = "2.3.2";

src = fetchurl {
url = "https://download.osgeo.org/gdal/${version}/${name}.tar.xz";
sha256 = "0nkjnznrp7dr41zsh8j923c9zpc3i5vj3wjfc2df9rrybb22ailw";
sha256 = "191jknma0vricrgdcdmwh8588rwly6a77lmynypxdl87i3z7hv9z";
};

buildInputs = [ unzip libjpeg libtiff libpng proj openssl sqlite
Expand Down

0 comments on commit 0a19895

Please sign in to comment.