Merge pull request #213606 from imincik/qgis-ltr-3.22.15

qgis: 3.22.14 -> 3.22.15
This commit is contained in:
Weijia Wang
2023-01-30 22:52:57 +01:00
committed by GitHub
+2 -2
View File
@@ -73,14 +73,14 @@ let
six
];
in mkDerivation rec {
version = "3.22.14";
version = "3.22.15";
pname = "qgis-ltr-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-VT85cVeKuHQCGQokID9yrbents7ewHK1j7I17oFTvlo=";
hash = "sha256-0hly1yZ7NAcSe84XMwDlcmZPunPcNXYzvAhd0Z5rB0Q=";
};
passthru = {