Skip to content

Commit

Permalink
pkgs(qgis): update to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jul 4, 2023
1 parent 36d0391 commit 2e50f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/qgis/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ let
six
];
in mkDerivation rec {
version = "3.28.3";
version = "3.32.0";
pname = "qgis-unwrapped";

src = fetchFromGitHub {
owner = "qgis";
repo = "QGIS";
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-nXauZSC78BX1fcx0SXniwQpRmdSLfoqZ5jlbXeHgRGI=";
hash = "sha256-uwieYYI21dZPmmx4IefmvJpPI/XyM0eCeHsY+FTdKiM=";
};

passthru = {
Expand Down

0 comments on commit 2e50f57

Please sign in to comment.