Merge pull request #269679 from vifino/syslogng-4.5.0

syslogng: 4.4.0 -> 4.5.0
This commit is contained in:
Weijia Wang 2023-11-30 04:35:56 +01:00 committed by GitHub
commit d83964ec56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,14 @@ let
in
stdenv.mkDerivation rec {
pname = "syslog-ng";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
rev = "syslog-ng-${version}";
hash = "sha256-NXwd4dyPfnHO3yjl3GPAMQYqenfpp7xFOil2G1e66w4=";
hash = "sha256-cWlTGACuHm8o2563Axh43Ks7EhYok6+V9mOkrYp4km8=";
fetchSubmodules = true;
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl ];