summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-01-20 10:54:48 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-25 23:14:33 -0800
commit0072957c7e6e129da972c83f3648057084600760 (patch)
treebc1748694ee1480ff09fd5690afd375b6032d6cd /pkgs/applications/gis
parent2ca00af2c7ab3aa197fa106d91e8a23d13d7743d (diff)
downloadnixpkgs-0072957c7e6e129da972c83f3648057084600760.tar
nixpkgs-0072957c7e6e129da972c83f3648057084600760.tar.gz
nixpkgs-0072957c7e6e129da972c83f3648057084600760.tar.bz2
nixpkgs-0072957c7e6e129da972c83f3648057084600760.tar.lz
nixpkgs-0072957c7e6e129da972c83f3648057084600760.tar.xz
nixpkgs-0072957c7e6e129da972c83f3648057084600760.tar.zst
nixpkgs-0072957c7e6e129da972c83f3648057084600760.zip
qgis-ltr: 3.16.14 -> 3.16.16
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 b916d8e7e4a..3de304f586f 100644
--- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix
+++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix
@@ -67,14 +67,14 @@ let
     six
   ];
 in mkDerivation rec {
-  version = "3.16.14";
+  version = "3.16.16";
   pname = "qgis-ltr-unwrapped";
 
   src = fetchFromGitHub {
     owner = "qgis";
     repo = "QGIS";
     rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
-    sha256 = "sha256-3FUGSBdlhJhhpTPtYuzKOznsC7PJV3kRL9Il2Yryi1Q=";
+    sha256 = "85RlV1Ik1BeN9B7UE51ktTWMiGkMga2E/fnhyiVwjIs=";
   };
 
   passthru = {