syslogng: 4.11.0 -> 4.12.0 (#532421)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-21 10:58:20 +00:00
committed by GitHub
+2 -2
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 = [