Merge pull request #255687 from imincik/qgis-3.32.3

qgis: 3.32.2 -> 3.32.3
This commit is contained in:
Nikolay Korotkiy 2023-09-18 01:16:36 +04:00 committed by GitHub
commit c0cebe8c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {