filebeat8: 8.18.4 -> 8.19.2

This commit is contained in:
R. Ryantm 2025-08-17 21:22:06 +00:00
parent 8000dc1d3f
commit f2a82dbf33

View File

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "filebeat";
version = "8.18.4";
version = "8.19.2";
src = fetchFromGitHub {
owner = "elastic";
repo = "beats";
tag = "v${version}";
hash = "sha256-H7UKYp+REz7d9wKrP+AhIJp4ydCVS8NGKfBFvDFZWiA=";
hash = "sha256-3SW4SHUbEhdsKh3zd9VlVC8ZAxaR52Mfm1K/btjtB/4=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-G4+FsmmPDyssD+n1N1BnCElYv/bW7kY2tF60r49ZhN8=";
vendorHash = "sha256-y8oAeH6RBD45+NEhl9EF4tPL1Ox4qHlLi+jSetjgKRE=";
subPackages = [ "filebeat" ];