3
0
Fork 0
forked from mirrors/nixpkgs

qgis-ltr: 3.22.16 -> 3.28.5

This commit is contained in:
Ivan Mincik 2023-04-04 14:48:59 +02:00
parent 45dc78cb0a
commit 2f27b9cb0c
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@ in symlinkJoin rec {
pythonInputs = qgis-ltr-unwrapped.pythonBuildInputs ++ (extraPythonPackages qgis-ltr-unwrapped.py.pkgs); pythonInputs = qgis-ltr-unwrapped.pythonBuildInputs ++ (extraPythonPackages qgis-ltr-unwrapped.py.pkgs);
postBuild = '' postBuild = ''
# unpackPhase
buildPythonPath "$pythonInputs" buildPythonPath "$pythonInputs"

View file

@ -73,14 +73,14 @@ let
six six
]; ];
in mkDerivation rec { in mkDerivation rec {
version = "3.22.16"; version = "3.28.5";
pname = "qgis-ltr-unwrapped"; pname = "qgis-ltr-unwrapped";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qgis"; owner = "qgis";
repo = "QGIS"; repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-6UpWVEyh94Oo6eI/dEmDuJHRwpPtkEsksjE90iAUgo8="; hash = "sha256-3fQB0oCIZSVEVMZzmeyvw8/Ew+JjzAFnTIsnsklAayI=";
}; };
passthru = { passthru = {