Skip to content

Commit 063e245

Browse files
committed
groovy: 2.5.5 -> 2.5.6
1 parent e5cb280 commit 063e245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/groovy/default.nix

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

55
stdenv.mkDerivation rec {
66
name = "groovy-${version}";
7-
version = "2.5.5";
7+
version = "2.5.6";
88

99
src = fetchurl {
1010
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
11-
sha256 = "16hj2v6r89s3qrgbnkinwwzv16mphb6jjw8ijgmmd9y2063nchc2";
11+
sha256 = "14lfxnc03hmakwagvl3sb6c0b298v3awcdr1gafwnmsqv03hhkdn";
1212
};
1313

1414
buildInputs = [ unzip makeWrapper ];

0 commit comments

Comments
 (0)