Loading pkgs/tools/misc/opentelemetry-collector/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in buildGoModule rec { pname = "opentelemetry-collector"; version = "0.64.0"; version = "0.64.1"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector"; rev = "v${version}"; sha256 = "sha256-4EXRmG8HAUybA9+kPNCvlfZf3bfREAqeis7YxmGn33c="; sha256 = "sha256-qYQWPhvWVNUqsQLTLUd4SOfW0YiXPyGBrtX8AY15FNg="; }; # there is a nested go.mod sourceRoot = "source/cmd/otelcorecol"; vendorSha256 = "sha256-i3pAK9ByXDdd2juenPooStgvhpcemcCOKLT9jjz0hL8="; vendorSha256 = "sha256-uq5o/wtmgGMthUqK86x+uKV7jFAd9koKucnBCKGUJMo="; preBuild = '' # set the build version, can't be done via ldflags Loading Loading
pkgs/tools/misc/opentelemetry-collector/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in buildGoModule rec { pname = "opentelemetry-collector"; version = "0.64.0"; version = "0.64.1"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector"; rev = "v${version}"; sha256 = "sha256-4EXRmG8HAUybA9+kPNCvlfZf3bfREAqeis7YxmGn33c="; sha256 = "sha256-qYQWPhvWVNUqsQLTLUd4SOfW0YiXPyGBrtX8AY15FNg="; }; # there is a nested go.mod sourceRoot = "source/cmd/otelcorecol"; vendorSha256 = "sha256-i3pAK9ByXDdd2juenPooStgvhpcemcCOKLT9jjz0hL8="; vendorSha256 = "sha256-uq5o/wtmgGMthUqK86x+uKV7jFAd9koKucnBCKGUJMo="; preBuild = '' # set the build version, can't be done via ldflags Loading