Unverified Commit 9eff0bb8 authored by Sarah Brofeldt's avatar Sarah Brofeldt Committed by GitHub
Browse files

filebeat8: 8.18.0 -> 8.18.2 (#414441)

parents ff07dec4 efc0903e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule rec {
  pname = "filebeat";
  version = "8.18.0";
  version = "8.18.2";

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "beats";
    tag = "v${version}";
    hash = "sha256-bVM4qHw/YZcJEykB7zZuS8SHmk3YluS2IJxuGExfm5Y=";
    hash = "sha256-8gpmrWBiJr5ibVNMqz/RYyOH7vIVTW1IPAsuDTn1BKc=";
  };

  proxyVendor = true; # darwin/linux hash mismatch

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

  subPackages = [ "filebeat" ];