Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gdal: 2.2.1 -> 2.2.3

+2 -2
+2 -2
pkgs/development/libraries/gdal/default.nix
··· 8 with stdenv.lib; 9 10 stdenv.mkDerivation rec { 11 - version = "2.2.1"; 12 name = "gdal-${version}"; 13 14 src = fetchurl { 15 url = "http://download.osgeo.org/gdal/${version}/${name}.tar.xz"; 16 - sha256 = "0rk0p0k787whzzdl8m1f9wcrm7h9bf1pny3z96d93b4383arhw4j"; 17 }; 18 19 buildInputs = [ unzip libjpeg libtiff libpng proj openssl sqlite
··· 8 with stdenv.lib; 9 10 stdenv.mkDerivation rec { 11 + version = "2.2.3"; 12 name = "gdal-${version}"; 13 14 src = fetchurl { 15 url = "http://download.osgeo.org/gdal/${version}/${name}.tar.xz"; 16 + sha256 = "a328d63d476b3653f5a25b5f7971e87a15cdf8860ab0729d4b1157ba988b8d0b"; 17 }; 18 19 buildInputs = [ unzip libjpeg libtiff libpng proj openssl sqlite