grails: 5.3.3 -> 6.0.0

This commit is contained in:
R. Ryantm 2023-08-20 13:30:50 +00:00 committed by Bjørn Forsman
parent 65f386101d
commit b16b6cc6f2

View file

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
pname = "grails";
version = "5.3.3";
version = "6.0.0";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "sha256-uNp6jQAlSOQlZ26PBYofBWANhKEnkYN+PTOSy8bQQ/o=";
sha256 = "sha256-Lh0bfU1A/deQiTunjGbhErd8GXiVwCJCI3cuvClVRTU=";
};
nativeBuildInputs = [ unzip ];