summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 12:55:26 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-02-28 14:22:48 +0000
commitaf38b888fcb439ef50abbde43c45747a8cdd8c03 (patch)
treec93f0f90a218452c5e03a8968901896cb87954e2 /pkgs/applications
parentac7c1c7b86d1aa713a4e464fc1921e15e2b2c190 (diff)
downloadnixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar.gz
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar.bz2
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar.lz
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar.xz
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.tar.zst
nixlib-af38b888fcb439ef50abbde43c45747a8cdd8c03.zip
qgis: 2.18.15 -> 2.18.16
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/cqjd4b5av6rrmmz9qvagqgq2vqwi5mmi-qgis-2.18.16/bin/qgis_bench -h` got 0 exit code
- found 2.18.16 with grep in /nix/store/cqjd4b5av6rrmmz9qvagqgq2vqwi5mmi-qgis-2.18.16

cc "@viric"
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 d689254f2c85..c2a09a507cc5 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.18.15";
+  name = "qgis-2.18.16";
 
   buildInputs = [ gdal qt4 flex openssl bison proj geos xlibsWrapper sqlite gsl qwt qscintilla
     fcgi libspatialindex libspatialite postgresql qjson qca2 txt2tags ] ++
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://qgis.org/downloads/${name}.tar.bz2";
-    sha256 = "1jpprkk91s2wwx0iiqlnsngxnn52zs32bad799fjai58nrsh8b7b";
+    sha256 = "0d880m013kzi4qiyr27yjx6hzpb652slp66gyqgw9ziw03wy12c9";
   };
 
   cmakeFlags = stdenv.lib.optional withGrass "-DGRASS_PREFIX7=${grass}/${grass.name}";