Merge pull request #265452 from r-ryantm/auto-update/grails

grails: 6.0.0 -> 6.1.0
This commit is contained in:
OTABI Tomoya 2023-11-10 18:24:05 +09:00 committed by GitHub
commit 2cffef623d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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