Skip to content

Commit 7767d06

Browse files
groovy: 4.0.25 -> 4.0.26 (#385796)
2 parents 08af53c + 6af42d9 commit 7767d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gr/groovy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "groovy";
18-
version = "4.0.25";
18+
version = "4.0.26";
1919

2020
src = fetchurl {
2121
url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
22-
sha256 = "sha256-giytjgM4jyO/YT03+ZC4E7tBZf44n9P8wk+LlkdsMO8=";
22+
sha256 = "sha256-O+aIDG3nDq2i8/XGnh6UlT4LDE4zxGBMEEDQXd3q7ZI=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)