Skip to content

Commit

Permalink
Update dependency bazel_toolchains to v2 (bazelbuild#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alex1545 committed Dec 23, 2019
1 parent 544b81e commit 31f46ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ register_execution_platforms(

http_archive(
name = "bazel_toolchains",
sha256 = "04b10647f76983c9fb4cc8d6eb763ec90107882818a9c6bef70bdadb0fdf8df9",
strip_prefix = "bazel-toolchains-1.2.4",
sha256 = "e2126599d29f2028e6b267eba273dcc8e7f4a35ff323e9600cf42fb03875b7c6",
strip_prefix = "bazel-toolchains-2.0.0",
urls = [
"https://github.com/bazelbuild/bazel-toolchains/archive/1.2.4.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/2.0.0.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions testing/download_pkgs_at_root/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ http_archive(

http_archive(
name = "bazel_toolchains",
sha256 = "04b10647f76983c9fb4cc8d6eb763ec90107882818a9c6bef70bdadb0fdf8df9",
strip_prefix = "bazel-toolchains-1.2.4",
sha256 = "e2126599d29f2028e6b267eba273dcc8e7f4a35ff323e9600cf42fb03875b7c6",
strip_prefix = "bazel-toolchains-2.0.0",
urls = [
"https://github.com/bazelbuild/bazel-toolchains/archive/1.2.4.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/1.2.4.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/2.0.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2.0.0.tar.gz",
],
)

Expand Down

0 comments on commit 31f46ed

Please sign in to comment.