qgis-ltr: 3.44.9 -> 3.44.10 (#520147)

This commit is contained in:
Ivan Mincik
2026-05-15 06:46:58 +02:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ let
];
in
mkDerivation rec {
version = "3.44.9";
version = "3.44.10";
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-aeTWjzYRCKcgdB9sknrcqO5oWEuwU7OuvrvAi8W4bWE=";
hash = "sha256-wWLbnZpLIchm0NXuU7jEXCBctrI6G1z8iqf9R2YhS8Y=";
};
passthru = {