Merge pull request #330558 from r-ryantm/auto-update/grass

grass: 8.3.2 -> 8.4.0
This commit is contained in:
Ivan Mincik 2024-07-31 08:18:42 +00:00 committed by GitHub
commit 6ab780da86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "grass";
version = "8.3.2";
version = "8.4.0";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = finalAttrs.version;
hash = "sha256-loeg+7h676d2WdYOMcJFyzeEZcxjBynir6Hz0J/GBns=";
hash = "sha256-NKMshd6pr2O62ZjmQ/oPttmeVBYVD0Nqhh3SwQrhZf8=";
};
nativeBuildInputs = [