|
|
|
@ -176,11 +176,11 @@ def grpc_deps(): |
|
|
|
|
if "bazel_toolchains" not in native.existing_rules(): |
|
|
|
|
http_archive( |
|
|
|
|
name = "bazel_toolchains", |
|
|
|
|
sha256 = "d968b414b32aa99c86977e1171645d31da2b52ac88060de3ac1e49932d5dcbf1", |
|
|
|
|
strip_prefix = "bazel-toolchains-4bd5df80d77aa7f4fb943dfdfad5c9056a62fb47", |
|
|
|
|
sha256 = "872955b658113924eb1a3594b04d43238da47f4f90c17b76e8785709490dc041", |
|
|
|
|
strip_prefix = "bazel-toolchains-1083686fde6032378d52b4c98044922cebde364e", |
|
|
|
|
urls = [ |
|
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/4bd5df80d77aa7f4fb943dfdfad5c9056a62fb47.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/bazel-toolchains/archive/4bd5df80d77aa7f4fb943dfdfad5c9056a62fb47.tar.gz", |
|
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/1083686fde6032378d52b4c98044922cebde364e.tar.gz", |
|
|
|
|
"https://github.com/bazelbuild/bazel-toolchains/archive/1083686fde6032378d52b4c98044922cebde364e.tar.gz", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|