syslogng: 4.10.1 -> 4.10.2

This commit is contained in:
R. Ryantm
2025-10-14 12:54:07 +00:00
parent 2ea123939c
commit 557e76198e

View File

@@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.10.1";
version = "4.10.2";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
tag = "syslog-ng-${finalAttrs.version}";
hash = "sha256-Iha0HExkB0oM8IxzgMjnqwY4AlrK8ifL6DU3MxgGdXQ=";
hash = "sha256-hUaDeJBW3jgXRD9uy4yzQsMm0QpprNeQZL8jjP2NOGs=";
fetchSubmodules = true;
};
nativeBuildInputs = [