Use new mirror.bazel.build hostname for Closure Rules library

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=155854194
This commit is contained in:
jart 2017-05-12 04:26:37 -07:00 committed by Ben McIlwain
parent b08e317505
commit edb5240ff5

View file

@ -5,7 +5,7 @@ http_archive(
sha256 = "c104d30b4aaf23d72afe327b4478d1c08cf1ff75c6db2060682bb7ad0591e19b",
strip_prefix = "rules_closure-962d929bc769fc320dd395f54fef3e9db62c3920",
urls = [
"http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", # 2016-12-28
"http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", # 2016-12-28
"https://github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz",
],
)