Skip to content

Commit

Permalink
opentelemetry-collector: 0.58.0 -> 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 1, 2022
1 parent b24dbdd commit 4e180a2
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 @@ -12,17 +12,17 @@ let
in
buildGoModule rec {
pname = "opentelemetry-collector";
version = "0.58.0";
version = "0.59.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
sha256 = "sha256-qWRuVzRFuUBfnBkc6KDWTkPahk980KLdRqUnPbKJjpU=";
sha256 = "sha256-eNndY3BPdeFO9cihfkPWlDVwWfNZWnjL5gJCxlgJn9c=";
};
# there is a nested go.mod
sourceRoot = "source/cmd/otelcorecol";
vendorSha256 = "sha256-iK4oXNZe4/4/Yh9/Rq3St9MmeqEq6bVu8sTh4rdMi0c=";
vendorSha256 = "sha256-+i8uKR5EZXTmOnuwoeM6Vpt934v0egSjC951ryXaZS0=";

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

0 comments on commit 4e180a2

Please sign in to comment.