qgis: 4.0.2 -> 4.0.3

(cherry picked from commit b127e7745e)
This commit is contained in:
R. Ryantm 2026-06-09 16:45:15 +00:00 committed by github-actions[bot]
commit 3eeb3839a5

View file

@ -89,14 +89,14 @@ let
in
stdenv.mkDerivation rec {
pname = "qgis-unwrapped";
version = "4.0.2";
version = "4.0.3";
outputs = [ "out" ] ++ lib.optional (!stdenv.hostPlatform.isDarwin) "man";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-4tQ7Jv03/S6+xt3NU7jZLsZk3rQyaj+XsVnpCWW1uqg=";
hash = "sha256-vHKDc+OeIVfi+7Gp1ROUDYon+wKb24Nr5nCVfmhknvc=";
};
passthru = {