3
0
Fork 0
forked from mirrors/nixpkgs

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

groovy: 3.0.6 -> 3.0.7
This commit is contained in:
Mario Rodas 2020-12-05 22:36:17 -05:00 committed by GitHub
commit 6ec45ce0c8
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.6";
version = "3.0.7";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "1wimpcg4nyxykbkh407d7h0b828vmrf7sv412mgmif57p3aw433f";
sha256 = "1xdpjqx7qaq0syw448b32q36g12pgh1hn6knyqi3k5isp0f09qmr";
};
buildInputs = [ unzip makeWrapper ];