Skip to content

Commit

Permalink
Merge pull request NixOS#259193 from r-ryantm/auto-update/opentelemet…
Browse files Browse the repository at this point in the history
…ry-collector

opentelemetry-collector: 0.83.0 -> 0.86.0
  • Loading branch information
uri-canva authored Oct 6, 2023
2 parents 1b5dd66 + 2af70d8 commit c6ce286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/opentelemetry-collector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

buildGoModule rec {
pname = "opentelemetry-collector";
version = "0.83.0";
version = "0.86.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
hash = "sha256-e2wcRawTEyK/NwSwd2WUgOnQnAj8Z7DQrrx32ksfHeU=";
hash = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E=";
};
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcorecol";
vendorHash = "sha256-HZ7aKLVjDMdMuq8IQ/6EgqCXWeYHmrJtf1fJyrLbPuU=";
vendorHash = "sha256-DfbG2qrhwVMXYjg2yJ6XlhrL27oPplvWIoP3C/JBKuA=";

# upstream strongly recommends disabling CGO
# additionally dependencies have had issues when GCO was enabled that weren't caught upstream
Expand Down

0 comments on commit c6ce286

Please sign in to comment.