grails: 6.2.2 -> 7.0.0-M1 (#367796)

This commit is contained in:
Wolfgang Walther
2025-01-01 21:12:18 +01:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "grails";
version = "6.2.2";
version = "7.0.0-M1";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "sha256-UPgayFp4CYZzo1yHhII28Bx+CUq+z5E3+yKjXVLSZ0E=";
sha256 = "sha256-5ZcYSKdwFTfqomk3AMNSc9icecJt2abhTGz7fDNkyo0=";
};
nativeBuildInputs = [ unzip ];