grass: 8.4.1 -> 8.4.2 (#463849)

This commit is contained in:
Nikolay Korotkiy
2025-11-23 14:19:01 +00:00
committed by GitHub
+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 = [