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

filebeat8: 8.19.13 -> 8.19.14 (#508775)

parents 433884f8 edae3a21
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.13";
  version = "8.19.14";

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

  proxyVendor = true; # darwin/linux hash mismatch

  vendorHash = "sha256-eZuqIOLNMnFBkZocYP1OCtny5DOPl+k2Hym51rqVQPA=";
  vendorHash = "sha256-4jLLZxnjV8QnHh/FtBWD0OcvcdqEMSJxFeRjURZPAVo=";

  subPackages = [ "filebeat" ];