summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-06-17 09:40:14 -0400
committerKerstin <kerstin@erictapen.name>2022-06-23 12:41:04 +0200
commit34a533b1e2e2e1122b0dcea02655e2906fa86c69 (patch)
tree2cf39484c7aef8621069d49ff966220515ac493c
parent7ac7b45c43f3a3cbe0682e1c65359774607a5b4f (diff)
downloadnixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar.gz
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar.bz2
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar.lz
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar.xz
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.tar.zst
nixpkgs-34a533b1e2e2e1122b0dcea02655e2906fa86c69.zip
qgis: 3.24.2 -> 3.26.0
-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 32ee893cbaa..1c46cd81f65 100644
--- a/pkgs/applications/gis/qgis/unwrapped.nix
+++ b/pkgs/applications/gis/qgis/unwrapped.nix
@@ -69,14 +69,14 @@ let
     six
   ];
 in mkDerivation rec {
-  version = "3.24.2";
+  version = "3.26.0";
   pname = "qgis-unwrapped";
 
   src = fetchFromGitHub {
     owner = "qgis";
     repo = "QGIS";
     rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
-    sha256 = "sha256-skoepsX9xREqN5SoA4eUN7LKa6KGvixPd5k0KKXzKJo=";
+    sha256 = "sha256-yHQi5ai7fdgznTf562Bj0QPE+SXg972O7+r01RY7itE=";
   };
 
   passthru = {