Skip to content

Commit

Permalink
opentelemetry-collector: 0.109.0 -> 0.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent a48eed9 commit 340462d
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 @@ -9,17 +9,17 @@

buildGoModule rec {
pname = "opentelemetry-collector";
version = "0.109.0";
version = "0.112.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
hash = "sha256-ShVUBohSnIoeq2aTWJ9IMXKt0CeRv3CZjlqpYHR9DhY=";
hash = "sha256-0eL9J+PrURiNkL6CzUIlcvjyZor8iS9vKX8j0srLlZ8=";
};
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcorecol";
vendorHash = "sha256-rXC4lm2ZvO3k6h1ZiYB+FskhW0c2uJyPLZg6n125MZE=";
vendorHash = "sha256-bXsB5JJJ/Dst1p3PhXv0APXPsQNB8ESYGz5hX8O7DCU=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 340462d

Please sign in to comment.