about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-29 11:09:06 +0000
committerGitHub <noreply@github.com>2019-10-29 11:09:06 +0000
commit9bfbac8cfcbdea3606637d9b47ea372e0abee7ac (patch)
tree52c5fb80fc57851c8e95845d17dca621afa33f52 /pkgs/applications
parent417df00eed24b905536c026aa049257714b9f189 (diff)
parentc803971bfd13c734ba3839c324f4d1147c45988e (diff)
downloadnixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar.gz
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar.bz2
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar.lz
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar.xz
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.tar.zst
nixlib-9bfbac8cfcbdea3606637d9b47ea372e0abee7ac.zip
qgis: 3.8.2 -> 3.10.0 (#72231)
qgis: 3.8.2 -> 3.10.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/gis/qgis/unwrapped.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix
index bb772db2b6a4..b30d8f0ad750 100644
--- a/pkgs/applications/gis/qgis/unwrapped.nix
+++ b/pkgs/applications/gis/qgis/unwrapped.nix
@@ -10,7 +10,7 @@ let
     [ qscintilla-qt5 gdal jinja2 numpy psycopg2
       chardet dateutil pyyaml pytz requests urllib3 pygments pyqt5 sip owslib six ];
 in mkDerivation rec {
-  version = "3.8.3";
+  version = "3.10.0";
   pname = "qgis";
   name = "${pname}-unwrapped-${version}";
 
@@ -18,7 +18,7 @@ in mkDerivation rec {
     owner = "qgis";
     repo = "QGIS";
     rev = "final-${lib.replaceStrings ["."] ["_"] version}";
-    sha256 = "16axjih48qn8ri3p71d8f7k0y3rd05wghmg1fcbyda871b45b2f8";
+    sha256 = "0qq4dznxxbpj8b4ypkz7dixc0b0v6rmf3c5hs4m3ka3rzck8jsqc";
   };
 
   passthru = {