Skip to content

Commit

Permalink
feat(packages/otel-collector-builder): 0.91.0 -> 0.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 10, 2024
1 parent 36a2226 commit 58dd40f
Showing 1 changed file with 3 additions and 3 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.91.0";
version = "0.92.0";

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

sourceRoot = "source/cmd/builder";

vendorHash = "sha256-qhX5qwb/NRG8Tf2z048U6a8XysI2bJlUtUF+hfBtx4Q=";
vendorHash = "sha256-nASmx+z2V2QgHCo1Wi+4Lf5lBev8Nk9bHwfkLib/5UY=";

nativeBuildInputs = [ makeWrapper installShellFiles ];

Expand Down

0 comments on commit 58dd40f

Please sign in to comment.