grails: 5.2.3 -> 5.2.4

This commit is contained in:
R. Ryantm 2022-09-15 10:10:28 +00:00 committed by Bjørn Forsman
parent 5abf9478c1
commit db09da2ebf

View File

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
pname = "grails";
version = "5.2.3";
version = "5.2.4";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "sha256-kFlMC94+g9I7qzyaslU3RJ4jKtDHRZAei/yD1+8q2Hs=";
sha256 = "sha256-jtv14Y6TfiIHwbqqaX36j2H/4+UCikbpFhYgNeAP3L4=";
};
nativeBuildInputs = [ unzip ];