filebeat8: 8.17.2 -> 8.17.3

This commit is contained in:
R. Ryantm
2025-03-12 12:30:07 +00:00
parent e607ef1af0
commit 7e526571f5
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "filebeat";
version = "8.17.2";
version = "8.17.3";
src = fetchFromGitHub {
owner = "elastic";
repo = "beats";
tag = "v${version}";
hash = "sha256-Gk+F4OOe/n3SdiycKwJe4nPwfEKAVesKj5Fmvbe9Q5U=";
hash = "sha256-b0JDOA3yb/Pfcp9WQFvzE+k9DXDKg/hF4+iWGJ00doo=";
};
vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";