Merge pull request #284119 from vifino/syslog-ng-4.6.0

syslogng: 4.5.0 -> 4.6.0
This commit is contained in:
Mario Rodas 2024-01-30 08:12:57 -05:00 committed by GitHub
commit fc9c35710e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -31,6 +31,7 @@
, rabbitmq-c
, libesmtp
, rdkafka
, gperf
}:
let
python-deps = ps: with ps; [
@ -59,16 +60,16 @@ let
in
stdenv.mkDerivation rec {
pname = "syslog-ng";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
rev = "syslog-ng-${version}";
hash = "sha256-cWlTGACuHm8o2563Axh43Ks7EhYok6+V9mOkrYp4km8=";
hash = "sha256-B9s7mprPpS4xc7mfJbsDaq2hB1rjYmuOnOnpu+NnMRs=";
fetchSubmodules = true;
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl ];
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl gperf ];
buildInputs = [
libcap

View file

@ -6441,8 +6441,6 @@ with pkgs;
skeema = callPackage ../tools/system/skeema { };
syslogng = callPackage ../tools/system/syslog-ng { };
svt-av1 = callPackage ../tools/video/svt-av1 { };
inherit (callPackages ../servers/rainloop { })