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

filebeat8: 8.19.2 -> 8.19.3 (#440900)

parents c25fa5fb 9db2353e
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.2";
  version = "8.19.3";

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

  proxyVendor = true; # darwin/linux hash mismatch

  vendorHash = "sha256-y8oAeH6RBD45+NEhl9EF4tPL1Ox4qHlLi+jSetjgKRE=";
  vendorHash = "sha256-t+rCXm2eIG2a5xW1E8SjRAb/w9OuFKC/PyCGpJP8Szc=";

  subPackages = [ "filebeat" ];