Skip to content

Commit

Permalink
tests: update version and hash
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 28, 2024
1 parent 5d603bf commit 9cba272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.92.0"; }
{ gomod = "go.opentelemetry.io/collector/exporter/debugexporter v0.93.0"; }
];
};
in
{
packages.x86_64-linux = {
debug-otel-collector = pkgs.buildOtelCollector {
inherit pname version config;
vendorHash = "sha256-AdQeiFP3HK2unLXxhwKSP9hpvQOQzIlPB2lYdjoMAX4=";
vendorHash = "sha256-0hZU1lF/2+oF9aaBl88fMvRTONrafYJriJlc4JuNnw4=";
};
debug-otel-config = pkgs.mkOtelCollectorBuilderConfiguration {
inherit pname version config;
Expand Down

0 comments on commit 9cba272

Please sign in to comment.