syslogng: 4.8.0 -> 4.8.1 (#346290)

This commit is contained in:
h7x4 2024-10-06 23:50:27 +02:00 committed by GitHub
commit 6ea3949720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.8.0";
version = "4.8.1";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
rev = "syslog-ng-${finalAttrs.version}";
hash = "sha256-sfCElufK80BU8I6pbdCJ+IlAPhSOt9MOYDy3E2hg5/A=";
hash = "sha256-YdGbDpGMC0DPuPSbfe9HvZshBVdv1s1+hiHDnhYbs6Q=";
fetchSubmodules = true;
};
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl gperf python3Packages.setuptools ];