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

groovy: 2.5.9 -> 3.0.0
This commit is contained in:
Mario Rodas 2020-03-17 08:28:38 -05:00 committed by GitHub
commit ef35625322
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.9";
version = "3.0.0";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "16xq8mz7270kmiq4xb0g52y7ik1bbl2nb8aaz9zw8a9h38rdr9zy";
sha256 = "10nn04hfky4x75nss33vvslw958pjvhw35lcfb3lxvaifqg23cpl";
};
buildInputs = [ unzip makeWrapper ];