Merge pull request #224648 from imincik/qgis-ltr-3.28.5

qgis-ltr: 3.22.16 -> 3.28.5

authored by Nikolay Korotkiy and committed by GitHub 69da89a4 dedce365

+3 -2
+1
pkgs/applications/gis/qgis/ltr.nix
··· 18 pythonInputs = qgis-ltr-unwrapped.pythonBuildInputs ++ (extraPythonPackages qgis-ltr-unwrapped.py.pkgs); 19 20 postBuild = '' 21 22 buildPythonPath "$pythonInputs" 23
··· 18 pythonInputs = qgis-ltr-unwrapped.pythonBuildInputs ++ (extraPythonPackages qgis-ltr-unwrapped.py.pkgs); 19 20 postBuild = '' 21 + # unpackPhase 22 23 buildPythonPath "$pythonInputs" 24
+2 -2
pkgs/applications/gis/qgis/unwrapped-ltr.nix
··· 73 six 74 ]; 75 in mkDerivation rec { 76 - version = "3.22.16"; 77 pname = "qgis-ltr-unwrapped"; 78 79 src = fetchFromGitHub { 80 owner = "qgis"; 81 repo = "QGIS"; 82 rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; 83 - hash = "sha256-6UpWVEyh94Oo6eI/dEmDuJHRwpPtkEsksjE90iAUgo8="; 84 }; 85 86 passthru = {
··· 73 six 74 ]; 75 in mkDerivation rec { 76 + version = "3.28.5"; 77 pname = "qgis-ltr-unwrapped"; 78 79 src = fetchFromGitHub { 80 owner = "qgis"; 81 repo = "QGIS"; 82 rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; 83 + hash = "sha256-3fQB0oCIZSVEVMZzmeyvw8/Ew+JjzAFnTIsnsklAayI="; 84 }; 85 86 passthru = {