Unverified Commit 2e193264 authored by Uri Baghin's avatar Uri Baghin Committed by GitHub
Browse files

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

opentelemetry-collector: 0.62.0 -> 0.62.1
parents d2aaf524 97564704
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.62.0";
  version = "0.62.1";

  src = fetchFromGitHub {
    owner = "open-telemetry";
    repo = "opentelemetry-collector";
    rev = "v${version}";
    sha256 = "sha256-0algZcP8KfqLsAoKkDuYdlq+tMG0K3bb0G/z0lqM+iE=";
    sha256 = "sha256-X0ltNJQEmw7Ifp1DB4Gp1PkdR1tdPzDU4skfxp5Q3ak=";
  };
  # there is a nested go.mod
  sourceRoot = "source/cmd/otelcorecol";
  vendorSha256 = "sha256-G+xbkPeD0F32Zngp/u3gALBR1tJ/moNzTZ6vCBTyUoY=";
  vendorSha256 = "sha256-E/OB4n3R8B8pOpPVmGU4nzBRIeweNboTq6TBjfCgGQQ=";

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