groovy: 4.0.27 -> 4.0.28

This commit is contained in:
R. Ryantm
2025-08-02 11:00:28 +02:00
committed by Anthony Roussel
parent e43b00b6cd
commit 047423e2f9
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "groovy";
version = "4.0.27";
version = "4.0.28";
src = fetchurl {
url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
sha256 = "sha256-vJF8i7AbKDLxJKe9Y6PHK6XoPvfwVmUN/ZoveUSWBoU=";
sha256 = "sha256-agUr/SynfVfg2zBKMT3ZpymUXFoxQg5tSFBb5IQL/FQ=";
};
nativeBuildInputs = [