3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #50109 from r-ryantm/auto-update/groovy

groovy: 2.5.2 -> 2.5.3
This commit is contained in:
Pascal Wittmann 2018-11-13 16:01:59 +01:00 committed by GitHub
commit a81befbf08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "groovy-${version}";
version = "2.5.2";
version = "2.5.3";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "0bi85gvgpwd9ndg0kiwlrp560934dzy1072zpf587vrmpvqrcps9";
sha256 = "1iw5iiygl0a7dzh22gkjhzzxd7r8kb4lncjvvgqfpxx967djp527";
};
buildInputs = [ unzip makeWrapper ];