Skip to content

Commit

Permalink
chore: update dependency bazel_toolchains to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alexeagle committed Nov 26, 2019
1 parent 77039b1 commit 6f59132
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 = "e0c5fafbaffe112106560cf135e232eb5edab07eaf910f85752d94aabc25b6a7",
strip_prefix = "bazel-toolchains-1.2.0",
sha256 = "c969f09ffb8ca202692c68b17727fe5c1a8d94cd320e6d62e6c06c75e7d2b723",
strip_prefix = "bazel-toolchains-1.2.1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.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 = "e0c5fafbaffe112106560cf135e232eb5edab07eaf910f85752d94aabc25b6a7",
strip_prefix = "bazel-toolchains-1.2.0",
sha256 = "c969f09ffb8ca202692c68b17727fe5c1a8d94cd320e6d62e6c06c75e7d2b723",
strip_prefix = "bazel-toolchains-1.2.1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.tar.gz",
],
)
8 changes: 4 additions & 4 deletions package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def rules_nodejs_dev_dependencies():
# See https://releases.bazel.build/bazel-toolchains.html
http_archive(
name = "bazel_toolchains",
sha256 = "e0c5fafbaffe112106560cf135e232eb5edab07eaf910f85752d94aabc25b6a7",
strip_prefix = "bazel-toolchains-1.2.0",
sha256 = "c969f09ffb8ca202692c68b17727fe5c1a8d94cd320e6d62e6c06c75e7d2b723",
strip_prefix = "bazel-toolchains-1.2.1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.0/bazel-toolchains-1.2.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/releases/download/1.2.1/bazel-toolchains-1.2.1.tar.gz",
],
)

Expand Down

0 comments on commit 6f59132

Please sign in to comment.