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

groovy: 3.0.2 -> 3.0.3
This commit is contained in:
Lassulus 2020-08-23 13:40:52 +02:00 committed by GitHub
commit 797ce3df8a
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 = "3.0.2";
version = "3.0.3";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "1ddw3fqrmwh4w6z6xgck4jhmq33rwgbmpjw07g12ri1vgw4xks9w";
sha256 = "0xdm70b61pdj8z3g08az16y9b6cpz5hv7iwvwfyfyxrjdi47h419";
};
buildInputs = [ unzip makeWrapper ];