Skip to content

Commit

Permalink
groovy: 3.0.0 -> 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Apr 7, 2020
1 parent bf3e71a commit d6d2007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/groovy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "groovy";
version = "3.0.0";
version = "3.0.2";

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

buildInputs = [ unzip makeWrapper ];
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "An agile dynamic language for the Java Platform";
homepage = http://groovy-lang.org/;
homepage = "http://groovy-lang.org/";
license = licenses.asl20;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; unix;
Expand Down

0 comments on commit d6d2007

Please sign in to comment.