From 0c2f7ed3a2a750db0c98d7a18d17dd264cd7e290 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sun, 17 Sep 2023 15:48:56 +0200 Subject: [PATCH] qgis: 3.32.2 -> 3.32.3 --- pkgs/applications/gis/qgis/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 46fe2e333e65..9ddef90fa2e0 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -76,14 +76,14 @@ let urllib3 ]; in mkDerivation rec { - version = "3.32.2"; + version = "3.32.3"; pname = "qgis-unwrapped"; src = fetchFromGitHub { owner = "qgis"; repo = "QGIS"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; - hash = "sha256-4Hcppzgst6v7SR/06ZICSujC4Gfckd/X5Mj40fh9OOU="; + hash = "sha256-ge5ne22sDLKbrJk2vYQxpu3iRXSoOk9924c/RdtD3Nc="; }; passthru = {