groovy: 4.0.27 -> 4.0.28

authored by R. Ryantm and committed by Anthony Roussel 047423e2 e43b00b6

+2 -2
+2 -2
pkgs/by-name/gr/groovy/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "groovy"; 18 - version = "4.0.27"; 18 + version = "4.0.28"; 19 19 20 20 src = fetchurl { 21 21 url = "mirror://apache/groovy/${version}/distribution/apache-groovy-binary-${version}.zip"; 22 - sha256 = "sha256-vJF8i7AbKDLxJKe9Y6PHK6XoPvfwVmUN/ZoveUSWBoU="; 22 + sha256 = "sha256-agUr/SynfVfg2zBKMT3ZpymUXFoxQg5tSFBb5IQL/FQ="; 23 23 }; 24 24 25 25 nativeBuildInputs = [