syslogng: 4.10.0 -> 4.10.1 (#448438)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-04 08:27:12 +00:00
committed by GitHub
+2 -2
View File
@@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.10.0";
version = "4.10.1";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
tag = "syslog-ng-${finalAttrs.version}";
hash = "sha256-XqYfDRJc+AwkdQGSbkslFadYqNK0UDiZOruUUMYO1po=";
hash = "sha256-Iha0HExkB0oM8IxzgMjnqwY4AlrK8ifL6DU3MxgGdXQ=";
fetchSubmodules = true;
};
nativeBuildInputs = [