Skip to content

Commit

Permalink
Merge pull request #145283 from uri-canva/opentelemetry-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 10, 2021
2 parents 54c7f0c + 55fa5e2 commit 585b69b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/misc/opentelemetry-collector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@

buildGoModule rec {
pname = "opentelemetry-collector";
version = "0.31.0";
version = "0.38.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector-contrib";
rev = "v${version}";
sha256 = "sha256-iJL3EFoBtp4UOLm4/b4JBwzK6iZSTE0cb6EzmlziOLk=";
sha256 = "1sgzz7p19vy7grvq1qrfgf5rw3yjnidcsdsky2l2g98i54md25ml";
};

vendorSha256 = "sha256-LNlglYys4F7+W7PUmBT9cBnYs7y6AlB9wdaDibaxqC0=";
vendorSha256 = "1p9i01lwz7yidlmcri3pndmg8brgdrd0ai8sag9xn021hw2sn6qq";
proxyVendor = true;

CGO_ENABLED = 0;

subPackages = [ "cmd/otelcontribcol" ];

meta = with lib; {
Expand Down

0 comments on commit 585b69b

Please sign in to comment.