grails: 5.1.3 -> 5.1.4

This commit is contained in:
R. Ryantm 2022-03-23 16:05:52 +00:00 committed by Bjørn Forsman
parent f4aabde858
commit f770dd0627

View File

@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
pname = "grails";
version = "5.1.3";
version = "5.1.4";
src = fetchurl {
url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
sha256 = "sha256-BacAVAnS3qdmzHGVUdZI2hn4Arp9Qep6cAXRabpB10M=";
sha256 = "sha256-EoMSnT1MmYGeF82XC7Ed9woe8t+xzYJaylLBVpdFvoI=";
};
nativeBuildInputs = [ unzip ];