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

groovy: 2.5.8 -> 2.5.9
This commit is contained in:
Mario Rodas 2020-01-24 18:33:02 -05:00 committed by GitHub
commit 0100a600ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "groovy";
version = "2.5.8";
version = "2.5.9";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "0hl7m9fpmrn9ppxbb3pm68048xpzig7q6hqyg121gvcziywi9ys9";
sha256 = "16xq8mz7270kmiq4xb0g52y7ik1bbl2nb8aaz9zw8a9h38rdr9zy";
};
buildInputs = [ unzip makeWrapper ];