Skip to content

Commit 36e1474

Browse files
committed
filebeat8: 8.17.3 -> 8.17.4
1 parent f5146fb commit 36e1474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fi/filebeat8/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "filebeat";
11-
version = "8.17.3";
11+
version = "8.17.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "elastic";
1515
repo = "beats";
1616
tag = "v${version}";
17-
hash = "sha256-b0JDOA3yb/Pfcp9WQFvzE+k9DXDKg/hF4+iWGJ00doo=";
17+
hash = "sha256-m3TJaYmmyE+MXGCiRnuGCObyv0QPrvN7imI2lWtoAn8=";
1818
};
1919

20-
vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";
20+
vendorHash = "sha256-D24ViZv34mhv8S4l1O8cup54e7wXT5MyZ/HkkBO4bOo=";
2121

2222
subPackages = [ "filebeat" ];
2323

0 commit comments

Comments
 (0)