grass: 8.4.1 -> 8.4.2

This commit is contained in:
R. Ryantm
2025-11-21 19:58:58 +00:00
parent 39a15b69c5
commit 1392b42253
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "grass";
version = "8.4.1";
version = "8.4.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = finalAttrs.version;
hash = "sha256-q1jOimQi+24I1ZBf6Z0cvAyXcBFBpT5aWSNeG6n6y0k=";
hash = "sha256-DEbJZlnq9o+5BYQBXL6wJIVJ9c7HOBLQDMrsiMcaPgk=";
};
nativeBuildInputs = [