commonsLang: 3.12.0 -> 3.13.0

This commit is contained in:
R. Ryantm
2023-08-31 08:27:39 +00:00
parent 9b4d043ba2
commit bec48d00a8

View File

@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "3.12.0";
version = "3.13.0";
pname = "commons-lang";
src = fetchurl {
url = "mirror://apache/commons/lang/binaries/commons-lang3-${version}-bin.tar.gz";
sha256 = "sha256-MwEkZd/Lf3kKyjM+CevxBeKl+5XCxjiz33kNPvqQjig=";
sha256 = "sha256-yDEbe1wqyfxuJe2DK55YnNLKLh7JcsHAgp2OohWBwWU=";
};
installPhase = ''