summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-08-30 15:10:07 +0200
committerLancelot SIX <lsix@lancelotsix.com>2016-08-30 15:10:07 +0200
commit290ea9102cde35c594368f397dcdf39b9e792d63 (patch)
tree33a8df5395af051cdfacaea82c4d2e24477ee87f /pkgs/applications/gis
parentefd175699f3dfbb30c31f935d8f7c34800f75a90 (diff)
downloadnixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar.gz
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar.bz2
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar.lz
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar.xz
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.tar.zst
nixpkgs-290ea9102cde35c594368f397dcdf39b9e792d63.zip
qgis: 2.16.1 -> 2.16.2
Diffstat (limited to 'pkgs/applications/gis')
-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 a8c1428f8cb..880053e05c2 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.1";
+  name = "qgis-2.16.2";
 
   buildInputs = [ gdal qt4 flex 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 = "4a526cd8ae76fc06bb2b6a158e86db5dc0c94545137a8233cd465ef867acdc8b";
+    sha256 = "0dll8klz0qfba4c1y7mp9k4y4azlay0sypvryicggllk1hna4w0n";
   };
 
   cmakeFlags = stdenv.lib.optional withGrass "-DGRASS_PREFIX7=${grass}/${grass.name}";