Unverified Commit 6d9eb6a8 authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

Merge pull request #200909 from r-ryantm/auto-update/opentelemetry-collector

opentelemetry-collector: 0.64.0 -> 0.64.1
parents 2c09426b cd74512c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@ let
in
buildGoModule rec {
  pname = "opentelemetry-collector";
  version = "0.64.0";
  version = "0.64.1";

  src = fetchFromGitHub {
    owner = "open-telemetry";
    repo = "opentelemetry-collector";
    rev = "v${version}";
    sha256 = "sha256-4EXRmG8HAUybA9+kPNCvlfZf3bfREAqeis7YxmGn33c=";
    sha256 = "sha256-qYQWPhvWVNUqsQLTLUd4SOfW0YiXPyGBrtX8AY15FNg=";
  };
  # there is a nested go.mod
  sourceRoot = "source/cmd/otelcorecol";
  vendorSha256 = "sha256-i3pAK9ByXDdd2juenPooStgvhpcemcCOKLT9jjz0hL8=";
  vendorSha256 = "sha256-uq5o/wtmgGMthUqK86x+uKV7jFAd9koKucnBCKGUJMo=";

  preBuild = ''
    # set the build version, can't be done via ldflags