opentelemetry-collector-contrib: 0.104.0 -> 0.109.0 (#327810)

This commit is contained in:
Weijia Wang 2024-09-12 23:11:01 +02:00 committed by GitHub
commit 3dfc5ac5f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,18 +8,18 @@
buildGoModule rec { buildGoModule rec {
pname = "opentelemetry-collector-contrib"; pname = "opentelemetry-collector-contrib";
version = "0.104.0"; version = "0.109.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-telemetry"; owner = "open-telemetry";
repo = "opentelemetry-collector-contrib"; repo = "opentelemetry-collector-contrib";
rev = "v${version}"; 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; proxyVendor = true;
vendorHash = "sha256-VTV6xgGWHc+H7eX1q2bYIS+YQxTvErf6+d8PNucUPkw="; vendorHash = "sha256-4MRXwp428d9oJPHrgOaGCaIFpRAIOpL/AYc/fLPAVBk=";
# there is a nested go.mod # there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcontribcol"; sourceRoot = "${src.name}/cmd/otelcontribcol";