Skip to content

Commit 9eff0bb

Browse files
authored
filebeat8: 8.18.0 -> 8.18.2 (#414441)
2 parents ff07dec + efc0903 commit 9eff0bb

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,18 +8,18 @@
88

99
buildGoModule rec {
1010
pname = "filebeat";
11-
version = "8.18.0";
11+
version = "8.18.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "elastic";
1515
repo = "beats";
1616
tag = "v${version}";
17-
hash = "sha256-bVM4qHw/YZcJEykB7zZuS8SHmk3YluS2IJxuGExfm5Y=";
17+
hash = "sha256-8gpmrWBiJr5ibVNMqz/RYyOH7vIVTW1IPAsuDTn1BKc=";
1818
};
1919

2020
proxyVendor = true; # darwin/linux hash mismatch
2121

22-
vendorHash = "sha256-gRyKgg1kIKkk6iFw6NCwmwHwExj8zS3+r1V3uzFMIXA=";
22+
vendorHash = "sha256-wBh6mWg1xuhcaDA3guWTWjs4WgSHkNGPW/6KWuZ5L7w=";
2323

2424
subPackages = [ "filebeat" ];
2525

0 commit comments

Comments
 (0)