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

commonsLang: 3.13.0 -> 3.14.0
This commit is contained in:
Weijia Wang 2024-01-03 18:14:41 +01:00 committed by GitHub
commit f3e862fc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''