Commit 047423e2 authored by R. RyanTM's avatar R. RyanTM Committed by Anthony Roussel
Browse files

groovy: 4.0.27 -> 4.0.28

parent e43b00b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
  pname = "groovy";
  version = "4.0.27";
  version = "4.0.28";

  src = fetchurl {
    url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip";
    sha256 = "sha256-vJF8i7AbKDLxJKe9Y6PHK6XoPvfwVmUN/ZoveUSWBoU=";
    sha256 = "sha256-agUr/SynfVfg2zBKMT3ZpymUXFoxQg5tSFBb5IQL/FQ=";
  };

  nativeBuildInputs = [