syslogng: 4.4.0 -> 4.5.0

This commit is contained in:
Adrian Pistol 2023-11-24 18:20:14 +01:00
parent 0dd00d8677
commit 719a0bdd9a

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 ];