Skip to content

Commit

Permalink
Merge pull request #224648 from imincik/qgis-ltr-3.28.5
Browse files Browse the repository at this point in the history
qgis-ltr: 3.22.16 -> 3.28.5
  • Loading branch information
sikmir authored Apr 4, 2023
2 parents dedce36 + 2f27b9c commit 69da89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/gis/qgis/ltr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in symlinkJoin rec {
pythonInputs = qgis-ltr-unwrapped.pythonBuildInputs ++ (extraPythonPackages qgis-ltr-unwrapped.py.pkgs);

postBuild = ''
# unpackPhase
buildPythonPath "$pythonInputs"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/gis/qgis/unwrapped-ltr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ let
six
];
in mkDerivation rec {
version = "3.22.16";
version = "3.28.5";
pname = "qgis-ltr-unwrapped";

src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-6UpWVEyh94Oo6eI/dEmDuJHRwpPtkEsksjE90iAUgo8=";
hash = "sha256-3fQB0oCIZSVEVMZzmeyvw8/Ew+JjzAFnTIsnsklAayI=";
};

passthru = {
Expand Down

0 comments on commit 69da89a

Please sign in to comment.