mirror of https://github.com/bazelbuild/rules_cc
Update rules_proto commit hash to b22f786
This commit is contained in:
parent
d66a13e2a0
commit
6c5c8e9b41
|
@ -54,11 +54,11 @@ http_archive(
|
|||
|
||||
http_archive(
|
||||
name = "rules_proto",
|
||||
sha256 = "36476f17a78a4c495b9a9e70bd92d182e6e78db476d90c74bac1f5f19f0d6d04",
|
||||
strip_prefix = "rules_proto-fcad4680fee127dbd8344e6a961a28eef5820ef4",
|
||||
sha256 = "83c8798f5a4fe1f6a13b5b6ae4267695b71eed7af6fbf2b6ec73a64cf01239ab",
|
||||
strip_prefix = "rules_proto-b22f78685bf62775b80738e766081b9e4366cdf0",
|
||||
urls = [
|
||||
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
|
||||
"https://github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
|
||||
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/b22f78685bf62775b80738e766081b9e4366cdf0.tar.gz",
|
||||
"https://github.com/bazelbuild/rules_proto/archive/b22f78685bf62775b80738e766081b9e4366cdf0.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue