Skip to content

Commit

Permalink
opentelemetry-collector-builder: 0.114.0 -> 0.115.0 (#362698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 11, 2024
2 parents 9409e7e + 8d180bf commit 4b2b10f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/opentelemetry-collector/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ buildGoModule rec {
pname = "ocb";
# Also update `pkgs/tools/misc/opentelemetry-collector/releases.nix`
# whenever that version changes.
version = "0.114.0";
version = "0.115.0";

src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "cmd/builder/v${version}";
hash = "sha256-zy+TWjh7janUhpxO9fOC8C9vz/tI0mbAyEsCo9zZ1j4=";
hash = "sha256-wl0ThYbDTVLuN9FkrsHF1prydrPMIaiK/9s2Ipeqfik=";
};

sourceRoot = "${src.name}/cmd/builder";
vendorHash = "sha256-dLNs9Vgn6f10hl5XuPzzE4eFNfvELWSKGsd7FbSiHkU=";
vendorHash = "sha256-8g/92NOCj/mH1szrKR04R+Yy9GBYNnQFMi9KhqGKelU=";

CGO_ENABLED = 0;
ldflags = [
Expand Down

0 comments on commit 4b2b10f

Please sign in to comment.