Merge pull request #317250 from r-ryantm/auto-update/opentelemetry-collector-contrib

opentelemetry-collector-contrib: 0.101.0 -> 0.102.0
This commit is contained in:
Matthias Beyer 2024-06-14 09:21:31 +02:00 committed by GitHub
commit 3cb102cd30
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.101.0";
version = "0.102.0";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector-contrib";
rev = "v${version}";
sha256 = "sha256-WdMQnAYAdyvS0uyRzvLnhi1HeoWqmUQSIq6MdcP7NfY=";
sha256 = "sha256-syl4mvh78otLWnDpu/7DHlAq0UqQ+4Alg8tZ16OYBQ4=";
};
# proxy vendor to avoid hash missmatches between linux and macOS
proxyVendor = true;
vendorHash = "sha256-LM9Co4XpmyIOTVllhiiON4R8OYTO5OjY9Wn+LrU6PIM=";
vendorHash = "sha256-SEj2waLnThV+anIdtZisJDusTrjObSXNPWIrWoL0gNA=";
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcontribcol";