groovy: 4.0.26 -> 4.0.27 (#414090)

This commit is contained in:
Weijia Wang
2025-06-16 23:29:15 +02:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "groovy";
version = "4.0.26";
version = "4.0.27";
src = fetchurl {
url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
sha256 = "sha256-O+aIDG3nDq2i8/XGnh6UlT4LDE4zxGBMEEDQXd3q7ZI=";
sha256 = "sha256-vJF8i7AbKDLxJKe9Y6PHK6XoPvfwVmUN/ZoveUSWBoU=";
};
nativeBuildInputs = [