Skip to content

Commit

Permalink
feat(packages/otel-collector-builder): 0.92.0 -> 0.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 28, 2024
1 parent e6a48ad commit 0186a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/otel-collector-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "otel-collector-builder";
version = "0.92.0";
version = "0.93.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
hash = "sha256-4hvnvRBow5H4x8zvPNEFxx8bvRzZy+aQxCqmihIZ13A=";
hash = "sha256-caDBVB1ChAAU5fGip8HbC4hXcTomsRoLIobtMSvX/HY=";
};

sourceRoot = "source/cmd/builder";
Expand Down

0 comments on commit 0186a92

Please sign in to comment.