Skip to content

Commit 4838207

Browse files
authored
qgis: 3.42.0 -> 3.42.1 (NixOS#393324)
2 parents a37f0b2 + 21ebb67 commit 4838207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/gis/qgis/unwrapped.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ let
8282
];
8383
in
8484
mkDerivation rec {
85-
version = "3.42.0";
85+
version = "3.42.1";
8686
pname = "qgis-unwrapped";
8787

8888
src = fetchFromGitHub {
8989
owner = "qgis";
9090
repo = "QGIS";
9191
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
92-
hash = "sha256-vqT6ffqY1M6/2eW08VghysC+v7ZI9Yz0Zhk9UY/izZc=";
92+
hash = "sha256-0VW/5X8C35uwIZu018Vtp7qosS0v1b+1SFUE8NSTQYE=";
9393
};
9494

9595
passthru = {

0 commit comments

Comments
 (0)