Merge pull request #213529 from imincik/qgis-3.28.3

qgis: 3.28.2 -> 3.28.3
This commit is contained in:
Weijia Wang
2023-01-30 22:55:03 +01:00
committed by GitHub
+2 -2
View File
@@ -73,14 +73,14 @@ let
six
];
in mkDerivation rec {
version = "3.28.2";
version = "3.28.3";
pname = "qgis-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-ndwDN/DH+Y+dc8aNa45cSIM8yQUmIWq0jx6xWsZo4rk=";
hash = "sha256-nXauZSC78BX1fcx0SXniwQpRmdSLfoqZ5jlbXeHgRGI=";
};
passthru = {