Skip to content

Commit

Permalink
chore: update dependency bazel_toolchains to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alexeagle committed Nov 14, 2019
1 parent 318bbf3 commit 0648b97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions examples/angular/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ sass_repositories()

http_archive(
name = "bazel_toolchains",
sha256 = "eea054525c8b8d9aa129d0e03fc02ef47c85eea2884c4dba3700b63e01f2b192",
strip_prefix = "bazel-toolchains-1.1.1",
sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3",
strip_prefix = "bazel-toolchains-1.1.2",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions examples/angular_view_engine/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ sass_repositories()

http_archive(
name = "bazel_toolchains",
sha256 = "eea054525c8b8d9aa129d0e03fc02ef47c85eea2884c4dba3700b63e01f2b192",
strip_prefix = "bazel-toolchains-1.1.1",
sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3",
strip_prefix = "bazel-toolchains-1.1.2",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
],
)
8 changes: 4 additions & 4 deletions package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ def rules_nodejs_dev_dependencies():
# See https://releases.bazel.build/bazel-toolchains.html
http_archive(
name = "bazel_toolchains",
sha256 = "eea054525c8b8d9aa129d0e03fc02ef47c85eea2884c4dba3700b63e01f2b192",
strip_prefix = "bazel-toolchains-1.1.1",
sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3",
strip_prefix = "bazel-toolchains-1.1.2",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.1/bazel-toolchains-1.1.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.1.2/bazel-toolchains-1.1.2.tar.gz",
],
)

Expand Down

0 comments on commit 0648b97

Please sign in to comment.