summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-01-22 17:14:14 +0100
committerJean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>2017-01-22 17:14:47 +0100
commit8d4fc1a65e33d75ad9b237050c166bf45886c31a (patch)
treeca4b8fb6738374811798bad07b1987aee988f4a3 /pkgs/applications
parentcb602a472885f0b32c917b73ec1e5353f8e5e450 (diff)
downloadnixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar.gz
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar.bz2
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar.lz
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar.xz
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.tar.zst
nixlib-8d4fc1a65e33d75ad9b237050c166bf45886c31a.zip
qgis: 2.16.2 -> 2.18.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/gis/qgis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 680cf921ce26..d32aaba8468c 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -5,7 +5,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "qgis-2.16.2";
+  name = "qgis-2.18.3";
 
   buildInputs = [ gdal qt4 flex openssl bison proj geos xlibsWrapper sqlite gsl qwt qscintilla
     fcgi libspatialindex libspatialite postgresql qjson qca2 txt2tags ] ++
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://qgis.org/downloads/${name}.tar.bz2";
-    sha256 = "0dll8klz0qfba4c1y7mp9k4y4azlay0sypvryicggllk1hna4w0n";
+    sha256 = "155kz7fizhkmgc4lsmk1cph1zar03pdd8pjpmv81yyx1z0i4ygvl";
   };
 
   cmakeFlags = stdenv.lib.optional withGrass "-DGRASS_PREFIX7=${grass}/${grass.name}";