groovy: update from 2.4.2 to 2.4.3

This commit is contained in:
Pascal Wittmann 2015-04-08 16:25:13 +02:00
parent 75e851d972
commit c50d47858f

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "groovy-${version}";
version = "2.4.2";
version = "2.4.3";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/groovy-binary-${version}.zip";
sha256 = "02vbg9ywn76rslkinjk1dw3wrj76p5bahbhvz71drlp30cs1r28w";
sha256 = "1qfvw49fbw9svk4gsniw0g0ghal0dqm2hf1i77qmcf80lln1vhdh";
};
installPhase = ''