filebeat8: 8.17.3 -> 8.17.4 (#395886)
This commit is contained in:
commit
8a4f565a72
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "filebeat";
|
pname = "filebeat";
|
||||||
version = "8.17.3";
|
version = "8.17.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elastic";
|
owner = "elastic";
|
||||||
repo = "beats";
|
repo = "beats";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-b0JDOA3yb/Pfcp9WQFvzE+k9DXDKg/hF4+iWGJ00doo=";
|
hash = "sha256-m3TJaYmmyE+MXGCiRnuGCObyv0QPrvN7imI2lWtoAn8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-p2Bm2MM85BFI/ePw+ZY90UgqeFKbozGvFvsjY6M82ts=";
|
vendorHash = "sha256-D24ViZv34mhv8S4l1O8cup54e7wXT5MyZ/HkkBO4bOo=";
|
||||||
|
|
||||||
subPackages = [ "filebeat" ];
|
subPackages = [ "filebeat" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user