syslogng: 4.11.0 -> 4.12.0

(cherry picked from commit 821c3b4aaf)
This commit is contained in:
R. Ryantm
2026-06-16 19:02:20 +00:00
committed by github-actions[bot]
parent f3c30d5d05
commit 2a3607437f

View File

@@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.11.0";
version = "4.12.0";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
tag = "syslog-ng-${finalAttrs.version}";
hash = "sha256-7t1Q3qaPMp36siQALmeB27G6hfsql+kepERGB0yPsVU=";
hash = "sha256-89v0Ape6FZVYePb+wjy0RO+NOyzluQNJliexM04li3Y=";
fetchSubmodules = true;
};
nativeBuildInputs = [