filebeat8: 8.19.15 -> 8.19.16

(cherry picked from commit 2c63598e0b)
This commit is contained in:
R. Ryantm 2026-05-31 10:32:28 +00:00 committed by github-actions[bot]
commit effc9ab958

View file

@ -8,18 +8,18 @@
buildGoModule (finalAttrs: {
pname = "filebeat";
version = "8.19.15";
version = "8.19.16";
src = fetchFromGitHub {
owner = "elastic";
repo = "beats";
tag = "v${finalAttrs.version}";
hash = "sha256-PHLdHY0XdcbZpE9yOjmb+9Eesb7M13+Je+/8cQ5Klls=";
hash = "sha256-OBPaSbPAp7SvhEi2yycgT70yRfCtIEdkL4/GSR2YrO4=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-y4f5gJSb/XI0PVZol8cXgurquwtMaOk6mrWNLfNxRFo=";
vendorHash = "sha256-aCoXzWnNsctxJmsfeUyVSLkUY59adtIn2JxxGKPBob8=";
subPackages = [ "filebeat" ];