log4cxx: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-02-07 10:52:46 +01:00
committed by Weijia Wang
parent 06b71605dc
commit 17cdf9c99b
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "log4cxx";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "mirror://apache/logging/log4cxx/${finalAttrs.version}/apache-log4cxx-${finalAttrs.version}.tar.gz";
hash = "sha256-R9doxXZcVyHPJ9Ug+H7ycikboPTg0yHHJzXVrshwGKc=";
hash = "sha256-GHyFg29bLyf7Ho13x/Hyk5cl8fZJi3QrDdVpujCWX9I=";
};
postPatch = ''