qgis-ltr: 3.44.10 -> 3.44.11

(cherry picked from commit ea30bc1408)
This commit is contained in:
R. Ryantm
2026-06-09 12:48:11 +00:00
committed by github-actions[bot]
parent 8fae8b32a7
commit 7e19f73bf3

View File

@@ -85,7 +85,7 @@ let
];
in
mkDerivation rec {
version = "3.44.10";
version = "3.44.11";
pname = "qgis-ltr-unwrapped";
outputs = [ "out" ] ++ lib.optional (!stdenv.hostPlatform.isDarwin) "man";
@@ -93,7 +93,7 @@ mkDerivation rec {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-wWLbnZpLIchm0NXuU7jEXCBctrI6G1z8iqf9R2YhS8Y=";
hash = "sha256-gWSl9OrRSxreQdKxKKDCOUWBE5uE2w3/ebW266LCWLI=";
};
passthru = {