Unverified Commit 3dfc5ac5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

opentelemetry-collector-contrib: 0.104.0 -> 0.109.0 (#327810)

parents e3f68dc0 75ed795c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule rec {
  pname = "opentelemetry-collector-contrib";
  version = "0.104.0";
  version = "0.109.0";

  src = fetchFromGitHub {
    owner = "open-telemetry";
    repo = "opentelemetry-collector-contrib";
    rev = "v${version}";
    sha256 = "sha256-M0aNobj5h2NcliNDI2TjyV6xcd8m0MK6Cv9bf2d0d9g=";
    hash = "sha256-ROAapCGIRD5kdA3k1LjSxdfICLRgBcQORe6wW1bszNI=";
  };

  # proxy vendor to avoid hash missmatches between linux and macOS
  # proxy vendor to avoid hash mismatches between linux and macOS
  proxyVendor = true;
  vendorHash = "sha256-VTV6xgGWHc+H7eX1q2bYIS+YQxTvErf6+d8PNucUPkw=";
  vendorHash = "sha256-4MRXwp428d9oJPHrgOaGCaIFpRAIOpL/AYc/fLPAVBk=";

  # there is a nested go.mod
  sourceRoot = "${src.name}/cmd/otelcontribcol";