3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36584 from ryantm/auto-update/groovy

groovy: 2.4.12 -> 2.4.14
This commit is contained in:
Pascal Wittmann 2018-03-09 11:52:44 +01:00 committed by GitHub
commit 3a5b129eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "groovy-${version}";
version = "2.4.12";
version = "2.4.14";
src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "1dm7m221pqbgh3lp1q1nvv6qc0fpja3cgsd0mx3ghahcfsfa3fck";
sha256 = "0an5ddfajg8jwdi1zdkpcz1g8ij1iyp0xh7zck2bl84j3pi4dj7r";
};
buildInputs = [ unzip makeWrapper ];