about summary refs log tree commit diff
path: root/pkgs/applications/gis/qgis/unwrapped-ltr.nix
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-12-18 05:07:47 +0400
committerGitHub <noreply@github.com>2022-12-18 05:07:47 +0400
commit283502a29976017384434aae48910d4368ccec73 (patch)
treed5b181b74bf50e33fa218d7ff6adca0312740c6c /pkgs/applications/gis/qgis/unwrapped-ltr.nix
parent06645969faefc34f644eecd3089a9fa205d6ced2 (diff)
parent657a5766d24438c185b6e1a8ab4ee2796459de84 (diff)
Merge pull request #205575 from willcohen/qgis-3.22.13
qgis-ltr: 3.22.10 -> 3.22.13
Diffstat (limited to 'pkgs/applications/gis/qgis/unwrapped-ltr.nix')
-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 c694d5da3dbbb..e11df27ab6c32 100644
--- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix
+++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix
@@ -72,14 +72,14 @@ let
     six
   ];
 in mkDerivation rec {
-  version = "3.22.10";
+  version = "3.22.13";
   pname = "qgis-ltr-unwrapped";
 
   src = fetchFromGitHub {
     owner = "qgis";
     repo = "QGIS";
     rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
-    hash = "sha256-v/PshUZpf8fVW2PrGBiuAMfyfC/osOkR9GcnNOyg0l4=";
+    hash = "sha256-l9UaxPBTkKrTygise0nVBDrPX3aRRW62HtIYwrtYp3Q=";
   };
 
   passthru = {