qgis: 3.38.3 -> 3.40.1

This commit is contained in:
Ivan Mincik 2024-11-28 16:00:06 +01:00
parent 87e00e577b
commit c989da7576

View File

@ -80,14 +80,14 @@ let
urllib3
];
in mkDerivation rec {
version = "3.38.3";
version = "3.40.1";
pname = "qgis-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-yJFYq4t0LzBr+O2bmtBSeehQ2vfUaZIQfOY68WZcHG4=";
hash = "sha256-C86RwyeIZrflC5F2VQCw1LwF9VM4/OBEsLbGPiWKeco=";
};
passthru = {