Skip to content

Commit a2146bb

Browse files
authored
Merge pull request #329188 from imincik/qgis-ltr-3.34.9
qgis-ltr: 3.34.8 -> 3.34.9
2 parents 189cc5f + 6f0bc96 commit a2146bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/gis/qgis/unwrapped-ltr.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ let
7777
urllib3
7878
];
7979
in mkDerivation rec {
80-
version = "3.34.8";
80+
version = "3.34.9";
8181
pname = "qgis-ltr-unwrapped";
8282

8383
src = fetchFromGitHub {
8484
owner = "qgis";
8585
repo = "QGIS";
8686
rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}";
87-
hash = "sha256-UeyGx+C7szXv++hXFV006Xk4oSKfSj4teJIwaD4ODVk=";
87+
hash = "sha256-4ZgCvg3VSa1LJQ8yr45nY4ZI7tyVVdW7WPK/jwBI+HU=";
8888
};
8989

9090
passthru = {

0 commit comments

Comments
 (0)