grails: 6.1.2 -> 6.2.1

This commit is contained in:
R. Ryantm 2024-10-07 06:03:45 +00:00 committed by Bjørn Forsman
parent b16cfce7dd
commit 5edc9a24b0

View File

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
pname = "grails";
version = "6.1.2";
version = "6.2.1";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "sha256-PoiXZuAJbKsyBRVaxwsKSDh1BzPYlgAwe/xC0qfeDgs=";
sha256 = "sha256-+xwQPd9a7NQcrl0pZNCqktGryLTXXI8V/81a8pk/j48=";
};
nativeBuildInputs = [ unzip ];