Merge pull request #275332 from r-ryantm/auto-update/commonsLang

commonsLang: 3.13.0 -> 3.14.0

authored by Weijia Wang and committed by GitHub f3e862fc 51cd1c7a

+2 -2
+2 -2
pkgs/development/libraries/java/commons/lang/default.nix
··· 4 4 }: 5 5 6 6 stdenv.mkDerivation (finalAttrs: { 7 - version = "3.13.0"; 7 + version = "3.14.0"; 8 8 pname = "commons-lang"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://apache/commons/lang/binaries/commons-lang3-${finalAttrs.version}-bin.tar.gz"; 12 - hash = "sha256-yDEbe1wqyfxuJe2DK55YnNLKLh7JcsHAgp2OohWBwWU="; 12 + hash = "sha256-MXw+P81fzKN4GnmW/x4MUMEyRO6WHpTl9vbYS4RzOxY="; 13 13 }; 14 14 15 15 installPhase = ''