syslogng: 4.10.1 -> 4.10.2 (#451945)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-15 11:34:22 +00:00
committed by GitHub

View File

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