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

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

opentelemetry-collector: 0.90.1 -> 0.93.0
parents d0be5a2d b9b8d2ed
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

buildGoModule rec {
  pname = "opentelemetry-collector";
  version = "0.90.1";
  version = "0.93.0";

  src = fetchFromGitHub {
    owner = "open-telemetry";
    repo = "opentelemetry-collector";
    rev = "v${version}";
    hash = "sha256-JKcYvJtuN38VrhcVFHRc0CKTH+x8HShs1/Ui0iN1jNo=";
    hash = "sha256-caDBVB1ChAAU5fGip8HbC4hXcTomsRoLIobtMSvX/HY=";
  };
  # there is a nested go.mod
  sourceRoot = "${src.name}/cmd/otelcorecol";
  vendorHash = "sha256-vaWOUc4CwiCDqe1szrBcgbHXQH/OkGTN0iqh+3CKPLQ=";
  vendorHash = "sha256-Mx+3Ml5BQ3Z+H9mX5xvfdG7fmHm+Cz3ws+cW/6iZddY=";

  nativeBuildInputs = [ installShellFiles ];