Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
pkgs(qgis): 3.22.16 -> 3.28.7
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jun 1, 2023
1 parent 966ac40 commit 6570f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/qgis/unwrapped-ltr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ let
six
];
in mkDerivation rec {
version = "3.22.16";
version = "3.28.7";
pname = "qgis-ltr-unwrapped";

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

passthru = {
Expand Down Expand Up @@ -154,6 +154,6 @@ in mkDerivation rec {
homepage = "https://www.qgis.org";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ lsix sikmir erictapen willcohen ];
maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
};
}

0 comments on commit 6570f3b

Please sign in to comment.