We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff07dec + efc0903 commit 9eff0bbCopy full SHA for 9eff0bb
pkgs/by-name/fi/filebeat8/package.nix
@@ -8,18 +8,18 @@
8
9
buildGoModule rec {
10
pname = "filebeat";
11
- version = "8.18.0";
+ version = "8.18.2";
12
13
src = fetchFromGitHub {
14
owner = "elastic";
15
repo = "beats";
16
tag = "v${version}";
17
- hash = "sha256-bVM4qHw/YZcJEykB7zZuS8SHmk3YluS2IJxuGExfm5Y=";
+ hash = "sha256-8gpmrWBiJr5ibVNMqz/RYyOH7vIVTW1IPAsuDTn1BKc=";
18
};
19
20
proxyVendor = true; # darwin/linux hash mismatch
21
22
- vendorHash = "sha256-gRyKgg1kIKkk6iFw6NCwmwHwExj8zS3+r1V3uzFMIXA=";
+ vendorHash = "sha256-wBh6mWg1xuhcaDA3guWTWjs4WgSHkNGPW/6KWuZ5L7w=";
23
24
subPackages = [ "filebeat" ];
25
0 commit comments