Revert "opentelemetry-collector-contrib: 0.110.0 -> 0.112.0" (#357322)

This commit is contained in:
Nick Cao 2024-11-19 11:43:47 -05:00 committed by GitHub
commit 6164bad0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "opentelemetry-collector-contrib";
version = "0.112.0";
version = "0.110.0";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector-contrib";
rev = "v${version}";
hash = "sha256-EWmSN9PfbNxEyRCz07pVQa1b0eQ9eq7LsrF2euWmz7E=";
hash = "sha256-bDtP7EFKus0NJpLccbD+HlzEusc+KAbKWmS/KGthtwY=";
};
# proxy vendor to avoid hash mismatches between linux and macOS
proxyVendor = true;
vendorHash = null;
vendorHash = "sha256-pDDEqtXu167b+J1+k7rC1BE5/ehxzG0ZAkhxqmJpHsg=";
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcontribcol";