Skip to content

Commit 403296f

Browse files
authored
filebeat8: 8.17.1 -> 8.17.2 (#381993)
2 parents 4fd33fe + f28ba24 commit 403296f

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.1";
11+
version = "8.17.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "elastic";
1515
repo = "beats";
1616
tag = "v${version}";
17-
hash = "sha256-I245j8Atnp7r0ZL6Lfew0I4uluSodeNnYWFs3x/JYUc=";
17+
hash = "sha256-Gk+F4OOe/n3SdiycKwJe4nPwfEKAVesKj5Fmvbe9Q5U=";
1818
};
1919

20-
vendorHash = "sha256-eGvpeik7kU/OC1bI4hjavEyF7GvQWXHsNlF+1Smn22c=";
20+
vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";
2121

2222
subPackages = [ "filebeat" ];
2323

0 commit comments

Comments
 (0)