Skip to content

Commit

Permalink
Update bazel-toolchains pin (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
richmowd411 committed Nov 27, 2018
1 parent 892e5b2 commit 7851e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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

Expand Down

0 comments on commit 7851e7e

Please sign in to comment.