Merge pull request #323573 from r-ryantm/auto-update/groovy

groovy: 4.0.21 -> 4.0.22
This commit is contained in:
Jörg Thalheim 2024-06-30 15:28:52 +02:00 committed by GitHub
commit 6d2cb82737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "groovy";
version = "4.0.21";
version = "4.0.22";
src = fetchurl {
url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
sha256 = "sha256-Xvh49w24tkLSBOmkEMUZwRMaPnqd20tpENIUkJyy6Yo=";
sha256 = "sha256-2Ro93+NThx1MJlbT0KBcgovD/zbp1J29vsE9zZjwWHc=";
};
nativeBuildInputs = [ makeWrapper unzip ];