grass: 8.4.2 -> 8.5.0

This commit is contained in:
R. Ryantm
2026-05-08 14:34:27 +00:00
parent 553ce73239
commit 8a97911f7e
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "grass";
version = "8.4.2";
version = "8.5.0";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = finalAttrs.version;
hash = "sha256-DEbJZlnq9o+5BYQBXL6wJIVJ9c7HOBLQDMrsiMcaPgk=";
hash = "sha256-rQnJrL4ol5yb/egxlpzzyS3JovNq/irIhmJoxZI8uSg=";
};
nativeBuildInputs = [