log4cxx: 1.2.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-08-06 11:48:15 +00:00
parent 9702256238
commit b66de0973d
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "log4cxx";
version = "1.2.0";
version = "1.5.0";
src = fetchurl {
url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz";
hash = "sha256-CfR0iqVnXvXAdwvtv14ASIZokzxak1pDrFuFviQ2xIo=";
hash = "sha256-qiP0fDFkqiz4SMIli0tLw3Lnlk1KPtR8K0pKkVxd+jc=";
};
postPatch = ''