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

filebeat8: 8.19.10 -> 8.19.13 (#487364)

parents e2834107 74872180
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule (finalAttrs: {
  pname = "filebeat";
  version = "8.19.10";
  version = "8.19.13";

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "beats";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ky1oWqQXIjno14ZBfxR1FoXEkSn1kScdQQTyGDRvMTo=";
    hash = "sha256-KUbGtQW0GsMmEQPQA5DJtxMt+5pNs0LdQHr66e8sW/I=";
  };

  proxyVendor = true; # darwin/linux hash mismatch

  vendorHash = "sha256-b4W10tGAoxW1oAfmQqM8x0JOi0BD1WBYB2sUVl/hLHY=";
  vendorHash = "sha256-eZuqIOLNMnFBkZocYP1OCtny5DOPl+k2Hym51rqVQPA=";

  subPackages = [ "filebeat" ];