groovy: 2.5.8 -> 2.5.9

This commit is contained in:
R. RyanTM 2020-01-21 15:34:14 +00:00
parent 4311cfa157
commit 48ba125302

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 ];