commonsLang: 3.13.0 -> 3.14.0

This commit is contained in:
R. Ryantm 2023-12-19 05:14:22 +00:00
parent 4aeb82afc8
commit a067fccead

View file

@ -4,12 +4,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "3.13.0";
version = "3.14.0";
pname = "commons-lang";
src = fetchurl {
url = "mirror://apache/commons/lang/binaries/commons-lang3-${finalAttrs.version}-bin.tar.gz";
hash = "sha256-yDEbe1wqyfxuJe2DK55YnNLKLh7JcsHAgp2OohWBwWU=";
hash = "sha256-MXw+P81fzKN4GnmW/x4MUMEyRO6WHpTl9vbYS4RzOxY=";
};
installPhase = ''