opentelemetry-collector-contrib: 0.104.0 -> 0.109.0

This commit is contained in:
R. Ryantm
2024-09-11 14:18:07 +02:00
committed by Weijia Wang
parent 7828941b76
commit 75ed795cb9
@@ -8,18 +8,18 @@
buildGoModule rec {
pname = "opentelemetry-collector-contrib";
version = "0.104.0";
version = "0.109.0";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector-contrib";
rev = "v${version}";
sha256 = "sha256-M0aNobj5h2NcliNDI2TjyV6xcd8m0MK6Cv9bf2d0d9g=";
hash = "sha256-ROAapCGIRD5kdA3k1LjSxdfICLRgBcQORe6wW1bszNI=";
};
# proxy vendor to avoid hash missmatches between linux and macOS
# proxy vendor to avoid hash mismatches between linux and macOS
proxyVendor = true;
vendorHash = "sha256-VTV6xgGWHc+H7eX1q2bYIS+YQxTvErf6+d8PNucUPkw=";
vendorHash = "sha256-4MRXwp428d9oJPHrgOaGCaIFpRAIOpL/AYc/fLPAVBk=";
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcontribcol";