rsyslog: 8.2208.0 -> 8.2210.0

This commit is contained in:
Anthony Roussel 2022-10-31 16:28:04 +01:00
parent 06e2c42ae4
commit a1b87ebf3f
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -62,20 +62,24 @@
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2208.0";
version = "8.2210.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-FN5o57jlqwxdc0+C4tyf/yLNf0cQrWkHJ+sQp7mz314=";
hash = "sha256-ZD7ieROdaUoHyf8/8Q3FITvfh0mD0n03NSXpXgX6CU0=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];
nativeBuildInputs = [
pkg-config
autoreconfHook
docutils
];
buildInputs = [
fastJson
libestr
json_c
zlib
docutils
] ++ lib.optional withKrb5 libkrb5
++ lib.optional withJemalloc jemalloc
++ lib.optional withPostgres postgresql