Skip to content

Commit

Permalink
Merge pull request #53333 from r-ryantm/auto-update/groovy
Browse files Browse the repository at this point in the history
groovy: 2.5.4 -> 2.5.5
  • Loading branch information
Mic92 committed Jan 3, 2019
2 parents 0b45aa9 + 39c376b commit f8066e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/groovy/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "groovy-${version}";
version = "2.5.4";
version = "2.5.5";

src = fetchurl {
url = "http://dl.bintray.com/groovy/maven/apache-groovy-binary-${version}.zip";
sha256 = "1s661d5kwiafv5i1pq2b7k8b2fd7m2zp3xwcrf4iv1iik033djdj";
sha256 = "16hj2v6r89s3qrgbnkinwwzv16mphb6jjw8ijgmmd9y2063nchc2";
};

buildInputs = [ unzip makeWrapper ];
Expand Down

0 comments on commit f8066e8

Please sign in to comment.