Merge pull request #278203 from r-ryantm/auto-update/log4cxx

log4cxx: 1.1.0 -> 1.2.0
This commit is contained in:
Arnout Engelen 2024-01-17 13:08:39 +01:00 committed by GitHub
commit a951cc8ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "log4cxx";
version = "1.1.0";
version = "1.2.0";
src = fetchurl {
url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz";
hash = "sha256-H8fYJpdTQYS8D3VzSNlp0khSuUj2PWsXKD/R7inCwoo=";
hash = "sha256-CfR0iqVnXvXAdwvtv14ASIZokzxak1pDrFuFviQ2xIo=";
};
postPatch = ''