We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cb280 commit 063e245Copy full SHA for 063e245
pkgs/development/interpreters/groovy/default.nix
@@ -4,11 +4,11 @@
4
5
stdenv.mkDerivation rec {
6
name = "groovy-${version}";
7
- version = "2.5.5";
+ version = "2.5.6";
8
9
src = fetchurl {
10
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
11
- sha256 = "16hj2v6r89s3qrgbnkinwwzv16mphb6jjw8ijgmmd9y2063nchc2";
+ sha256 = "14lfxnc03hmakwagvl3sb6c0b298v3awcdr1gafwnmsqv03hhkdn";
12
};
13
14
buildInputs = [ unzip makeWrapper ];
0 commit comments