From 2c8cda529a4789648c086d3210a48ebd7673e62f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Dec 2024 04:24:36 +0000 Subject: [PATCH] grails: 6.2.2 -> 7.0.0-M1 --- pkgs/development/web/grails/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/web/grails/default.nix b/pkgs/development/web/grails/default.nix index 84f6260adc1e..0e2678281b8e 100644 --- a/pkgs/development/web/grails/default.nix +++ b/pkgs/development/web/grails/default.nix @@ -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 ];