qgis: 3.26.2 -> 3.28.2

This commit is contained in:
Ivan Mincik 2022-12-17 08:25:40 +01:00
parent 08e1964458
commit e5348c1c8c

View file

@ -72,14 +72,14 @@ let
six
];
in mkDerivation rec {
version = "3.26.2";
version = "3.28.2";
pname = "qgis-unwrapped";
src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-WU1yamZM/UVhtZjoZ/5J8gt7FOHEHi0D2Z9BWEl4br0=";
hash = "sha256-ndwDN/DH+Y+dc8aNa45cSIM8yQUmIWq0jx6xWsZo4rk=";
};
passthru = {