aboutsummaryrefslogtreecommitdiff
path: root/bazel
diff options
context:
space:
mode:
authorNicolas Lopez <ngiraldo@google.com>2019-03-27 13:51:23 -0400
committerNicolas Lopez <ngiraldo@google.com>2019-03-28 09:56:50 -0400
commit7f38bc6fd362c276d5e3c5ab1e0cb325074d612e (patch)
tree2bc3fbe9dbb162f991be62d5a7d8220555fa91b7 /bazel
parenta9ffc03d1b510489b1c41fe0ab6186ec7ca1ab4a (diff)
downloadgrpc-grpc-7f38bc6fd362c276d5e3c5ab1e0cb325074d612e.tar.gz
updating bazel-toolchains pin
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl7
1 files changed, 4 insertions, 3 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 7c35ff936b..864a082498 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -176,11 +176,12 @@ def grpc_deps():
if "bazel_toolchains" not in native.existing_rules():
http_archive(
name = "bazel_toolchains",
- strip_prefix = "bazel-toolchains-68350603967ef8923b02d9644e505c75a11cad4f",
+ strip_prefix = "bazel-toolchains-cddc376d428ada2927ad359211c3e356bd9c9fbb",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/68350603967ef8923b02d9644e505c75a11cad4f.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/cddc376d428ada2927ad359211c3e356bd9c9fbb.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/cddc376d428ada2927ad359211c3e356bd9c9fbb.tar.gz",
],
- sha256 = "47eab1412df2df0de26cf9d017954302d2dd93b324646b24706a8c5f19dd27df",
+ sha256 = "67335b3563d9b67dc2550b8f27cc689b64fadac491e69ce78763d9ba894cc5cc",
)
if "bazel_skylib" not in native.existing_rules():