groovy: 2.4.6 -> 2.4.7

This commit is contained in:
Pascal Wittmann 2016-11-19 21:11:23 +01:00
parent 3db83dd19d
commit c49cd8ee96
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.4.6";
version = "2.4.7";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "0s474wy7db7j1pans5ks986b52bdmn40l29zl6xl44y23fsvagwv";
sha256 = "1mgvpqxc99057szfhhjfirmf3xyhs0vmgb0jzy47wr2jh84xd3a3";
};
buildInputs = [ unzip makeWrapper ];