filebeat8: 8.17.3 -> 8.17.4

This commit is contained in:
R. Ryantm
2025-04-04 00:04:11 +00:00
parent f5146fbf1d
commit 36e1474e6f
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "filebeat";
version = "8.17.3";
version = "8.17.4";
src = fetchFromGitHub {
owner = "elastic";
repo = "beats";
tag = "v${version}";
hash = "sha256-b0JDOA3yb/Pfcp9WQFvzE+k9DXDKg/hF4+iWGJ00doo=";
hash = "sha256-m3TJaYmmyE+MXGCiRnuGCObyv0QPrvN7imI2lWtoAn8=";
};
vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";
vendorHash = "sha256-D24ViZv34mhv8S4l1O8cup54e7wXT5MyZ/HkkBO4bOo=";
subPackages = [ "filebeat" ];