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 4fd33fe + f28ba24 commit 403296fCopy full SHA for 403296f
pkgs/by-name/fi/filebeat8/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "filebeat";
11
- version = "8.17.1";
+ version = "8.17.2";
12
13
src = fetchFromGitHub {
14
owner = "elastic";
15
repo = "beats";
16
tag = "v${version}";
17
- hash = "sha256-I245j8Atnp7r0ZL6Lfew0I4uluSodeNnYWFs3x/JYUc=";
+ hash = "sha256-Gk+F4OOe/n3SdiycKwJe4nPwfEKAVesKj5Fmvbe9Q5U=";
18
};
19
20
- vendorHash = "sha256-eGvpeik7kU/OC1bI4hjavEyF7GvQWXHsNlF+1Smn22c=";
+ vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";
21
22
subPackages = [ "filebeat" ];
23
0 commit comments