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

opentelemetry-collector: 0.83.0 -> 0.86.0

authored by Uri Baghin and committed by GitHub c6ce2860 1b5dd66a

+3 -3
+3 -3
pkgs/tools/misc/opentelemetry-collector/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "opentelemetry-collector"; 8 - version = "0.83.0"; 8 + version = "0.86.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "open-telemetry"; 12 12 repo = "opentelemetry-collector"; 13 13 rev = "v${version}"; 14 - hash = "sha256-e2wcRawTEyK/NwSwd2WUgOnQnAj8Z7DQrrx32ksfHeU="; 14 + hash = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E="; 15 15 }; 16 16 # there is a nested go.mod 17 17 sourceRoot = "${src.name}/cmd/otelcorecol"; 18 - vendorHash = "sha256-HZ7aKLVjDMdMuq8IQ/6EgqCXWeYHmrJtf1fJyrLbPuU="; 18 + vendorHash = "sha256-DfbG2qrhwVMXYjg2yJ6XlhrL27oPplvWIoP3C/JBKuA="; 19 19 20 20 # upstream strongly recommends disabling CGO 21 21 # additionally dependencies have had issues when GCO was enabled that weren't caught upstream