qgis: 3.22.14 -> 3.22.15

This commit is contained in:
Ivan Mincik 2023-01-30 17:28:39 +01:00
parent d88425e91c
commit 92929e2cfe

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 = {