Skip to content

Commit

Permalink
feat(packages/otel-collector-builder): 0.96.0 -> 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Mar 29, 2024
1 parent 89450c9 commit b28f141
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/packages/otel-collector-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

buildGoModule rec {
pname = "otel-collector-builder";
version = "0.96.0";
version = "0.97.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
hash = "sha256-/QGRxQRkVXuP3H6AWSqc1U7sA1n0jTNYLa+gQA25Q5M=";
hash = "sha256-0zTEaSylZEU7mCCrMf9aV8V0MMD4Au4y0zacWSLcujg=";
};

sourceRoot = "source/cmd/builder";

vendorHash = "sha256-lhAV9pJW9UJOJ/BRjM8j57N4W4THbgPb4ZISvj9J+fk=";
vendorHash = "sha256-QAtg9mB7+ltIOWzJJ7WIFXVZAWUhEnenwoixpx5b6Rc=";

nativeBuildInputs = [ makeWrapper installShellFiles ];

Expand Down
12 changes: 6 additions & 6 deletions tests/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
version = "1.0.0";
config = {
exporters = [
{ gomod = "go.opentelemetry.io/collector/exporter/debugexporter v0.93.0"; }
{ gomod = "go.opentelemetry.io/collector/exporter/debugexporter v0.97.0"; }
];
};
in
{
packages.x86_64-linux = {
debug-otel-collector = pkgs.buildOtelCollector {
inherit pname version config;
vendorHash = "sha256-Zz54x233h6L8KBFqsVsT1Sq1FvOo5QGNBeH0eyxZDuo=";
vendorHash = "sha256-3PHOiaDs2E07PMS0n2sR3BCFpFCdnKNErGspHwdo/sk=";
};
debug-otel-config = pkgs.mkOtelCollectorBuilderConfiguration {
inherit pname version config;
Expand Down

0 comments on commit b28f141

Please sign in to comment.