Merge pull request #255735 from imincik/grass-cleanup

grass: code cleanup
This commit is contained in:
Nick Cao
2023-09-18 10:05:40 -04:00
committed by GitHub
+3 -3
View File
@@ -32,14 +32,14 @@
, zstd
}:
stdenv.mkDerivation (finalAttrs: rec {
stdenv.mkDerivation (finalAttrs: {
pname = "grass";
version = "8.3.0";
src = with lib; fetchFromGitHub {
src = fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = version;
rev = finalAttrs.version;
hash = "sha256-YHQtvp/AYMWme46yIc4lE/izjqVePnPxn3GY5RRfPq4=";
};