Skip to content

Commit 07bd4a9

Browse files
authored
qgis: 3.42.1 -> 3.42.2 (#401119)
2 parents 9a696f3 + cab47fd commit 07bd4a9

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.1";
85+
version = "3.42.2";
8686
pname = "qgis-unwrapped";
8787

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

9595
passthru = {

0 commit comments

Comments
 (0)