Skip to content

Commit

Permalink
Update bazel-toolchains pin (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko authored and Jay Conrod committed Nov 30, 2018
1 parent 8fd3585 commit d1efc2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ llvm_toolchain(
)

http_archive(
name = "bazel_toolchains",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f108de5d28e54e0edc.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f108de5d28e54e0edc.tar.gz",
],
strip_prefix = "bazel-toolchains-cdea5b8675914d0a354d89f108de5d28e54e0edc",
sha256 = "cefb6ccf86ca592baaa029bcef04148593c0efe8f734542f10293ea58f170715",
name = "bazel_toolchains",
sha256 = "7e85a14821536bc24e04610d309002056f278113c6cc82f1059a609361812431",
strip_prefix = "bazel-toolchains-bc0091adceaf4642192a8dcfc46e3ae3e4560ea7",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/bc0091adceaf4642192a8dcfc46e3ae3e4560ea7.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/bc0091adceaf4642192a8dcfc46e3ae3e4560ea7.tar.gz",
],
)

0 comments on commit d1efc2e

Please sign in to comment.