groovy: 4.0.26 -> 4.0.27

This commit is contained in:
R. Ryantm 2025-06-04 23:02:43 +00:00
parent 70b8b393e3
commit db55547f81

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 = [