syslogng: 4.8.2 -> 4.8.3

This commit is contained in:
R. Ryantm 2025-05-18 15:15:21 +00:00
parent 63fa397da6
commit f64e75af23

View file

@ -66,13 +66,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "syslog-ng";
version = "4.8.2";
version = "4.8.3";
src = fetchFromGitHub {
owner = "syslog-ng";
repo = "syslog-ng";
rev = "syslog-ng-${finalAttrs.version}";
hash = "sha256-iWH64e5LBEiIy/A5N8pfOkjbn9wbmAswk2NhGyJ63f8=";
hash = "sha256-eYcDdNbUYDsM4k/BDABj/8aV7tZty52XzZ4nqXRC39M=";
fetchSubmodules = true;
};
nativeBuildInputs = [