opentelemetry-collector: 0.101.0 -> 0.103.0

This commit is contained in:
R. Ryantm
2024-06-25 19:26:45 +00:00
parent 194ab008e6
commit abc9236ff3
@@ -8,17 +8,17 @@
buildGoModule rec {
pname = "opentelemetry-collector";
version = "0.101.0";
version = "0.103.0";
src = fetchFromGitHub {
owner = "open-telemetry";
repo = "opentelemetry-collector";
rev = "v${version}";
hash = "sha256-BRZxeTFw4v4LLXPPzIzcjtR/RTckpolGGcB6jyq+ZOA=";
hash = "sha256-xmsxr1A0/kyWXLNVZglZy8K7ieZT1GS4lGqsSrUkttI=";
};
# there is a nested go.mod
sourceRoot = "${src.name}/cmd/otelcorecol";
vendorHash = "sha256-dO0j26AlpibsmbOqozz9+xMAJS/ZZHT6Z857AblYFHA=";
vendorHash = "sha256-1NDGfzg/60VJNrWkMtGS2t3Cv1CXSguR1qLp4mqF1UM=";
nativeBuildInputs = [ installShellFiles ];