opentelemetry-collector-contrib: 0.110.0 -> 0.112.0

This commit is contained in:
R. Ryantm 2024-10-27 08:53:10 +00:00
parent 79ed655a86
commit 8817c2bed1

View File

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