about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-06-17 09:41:08 -0400
committerKerstin <kerstin@erictapen.name>2022-06-23 12:41:04 +0200
commitf2eef30c0d02449d3913dd3c830e68afb27592aa (patch)
tree84f6b0034fe74772513843180494add99c23771f /pkgs/applications/gis
parent34a533b1e2e2e1122b0dcea02655e2906fa86c69 (diff)
downloadnixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar.gz
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar.bz2
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar.lz
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar.xz
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.tar.zst
nixlib-f2eef30c0d02449d3913dd3c830e68afb27592aa.zip
qgis-ltr: 3.22.6 -> 3.22.8
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/qgis/unwrapped-ltr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix
index e6bf2250b64a..0ad11bc630bf 100644
--- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix
+++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix
@@ -69,14 +69,14 @@ let
     six
   ];
 in mkDerivation rec {
-  version = "3.22.6";
+  version = "3.22.8";
   pname = "qgis-ltr-unwrapped";
 
   src = fetchFromGitHub {
     owner = "qgis";
     repo = "QGIS";
     rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
-    sha256 = "sha256-ACNEIU+kYmOa+/1nbFPTSDgyvviXqKP9kvL6aRykueY=";
+    sha256 = "sha256-YxF7FzyNNt+bdk96g2sWWv9haqV0L6Ab96D0hV0BFrA=";
   };
 
   passthru = {