log4cxx: 1.6.0 -> 1.6.1

(cherry picked from commit 17cdf9c99b)
This commit is contained in:
R. Ryantm
2026-01-08 13:30:56 +00:00
committed by Thomas Gerbet
parent cfb46cf81e
commit fcd575321f

View File

@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "log4cxx";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz";
hash = "sha256-R9doxXZcVyHPJ9Ug+H7ycikboPTg0yHHJzXVrshwGKc=";
url = "mirror://apache/logging/log4cxx/${version}/apache-log4cxx-${version}.tar.gz";
hash = "sha256-GHyFg29bLyf7Ho13x/Hyk5cl8fZJi3QrDdVpujCWX9I=";
};
postPatch = ''