syslogng: 4.9.0 -> 4.10.0 (#445379)

This commit is contained in:
Matthias Beyer
2025-09-25 08:49:23 +00:00
committed by GitHub
+2 -2
View File
@@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.9.0";
version = "4.10.0";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
tag = "syslog-ng-${finalAttrs.version}";
hash = "sha256-/hLrUwJhA0jesOl7gmWHfTVO2M7IG8QNPRzc/TIGTH4=";
hash = "sha256-XqYfDRJc+AwkdQGSbkslFadYqNK0UDiZOruUUMYO1po=";
fetchSubmodules = true;
};
nativeBuildInputs = [