syslogng: 4.8.3 -> 4.9.0 (#425783)

This commit is contained in:
Matthias Beyer 2025-07-16 18:27:07 +02:00 committed by GitHub
commit d96e93f473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,13 +66,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng"; pname = "syslog-ng";
version = "4.8.3"; version = "4.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "syslog-ng"; owner = "syslog-ng";
repo = "syslog-ng"; repo = "syslog-ng";
rev = "syslog-ng-${finalAttrs.version}"; rev = "syslog-ng-${finalAttrs.version}";
hash = "sha256-eYcDdNbUYDsM4k/BDABj/8aV7tZty52XzZ4nqXRC39M="; hash = "sha256-/hLrUwJhA0jesOl7gmWHfTVO2M7IG8QNPRzc/TIGTH4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ nativeBuildInputs = [