Update rules_proto commit hash to b22f786

This commit is contained in:
Renovate Bot 2021-09-16 11:35:35 +00:00
parent d66a13e2a0
commit 6c5c8e9b41
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 4 additions and 4 deletions

View File

@ -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",
],
)