tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
gdal: 2.2.1 -> 2.2.3
Michel Kuhlmann
8 years ago
b2282b0e
c16e8b21
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gdal
default.nix
+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