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

filebeat8: 8.19.3 -> 8.19.4 (#447088)

parents 080c7b4d c8a51424
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule rec {
  pname = "filebeat";
  version = "8.19.3";
  version = "8.19.4";

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "beats";
    tag = "v${version}";
    hash = "sha256-bw/qWsNT4tG+hUjeb+DXaTxDY6HEL/A9iANFLdbyi5E=";
    hash = "sha256-qY6itgYoAL93HoVDvADayjfRtsZcxTQbOVJZsFeU1Zk=";
  };

  proxyVendor = true; # darwin/linux hash mismatch

  vendorHash = "sha256-t+rCXm2eIG2a5xW1E8SjRAb/w9OuFKC/PyCGpJP8Szc=";
  vendorHash = "sha256-kDlYPnAXohmPHbeRlhrjcDwDkd0AB5VYKhpe99o/XIA=";

  subPackages = [ "filebeat" ];