groovy: 2.5.5 -> 2.5.6

This commit is contained in:
Pascal Wittmann 2019-02-06 21:12:11 +01:00
parent e5cb280303
commit 063e245811
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "groovy-${version}";
version = "2.5.5";
version = "2.5.6";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "16hj2v6r89s3qrgbnkinwwzv16mphb6jjw8ijgmmd9y2063nchc2";
sha256 = "14lfxnc03hmakwagvl3sb6c0b298v3awcdr1gafwnmsqv03hhkdn";
};
buildInputs = [ unzip makeWrapper ];