Update rules_proto commit hash to fcad468

This commit is contained in:
Renovate Bot 2021-08-04 07:14:29 +00:00
parent daf6ace7cf
commit f81d265786
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 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208",
strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313",
sha256 = "36476f17a78a4c495b9a9e70bd92d182e6e78db476d90c74bac1f5f19f0d6d04",
strip_prefix = "rules_proto-fcad4680fee127dbd8344e6a961a28eef5820ef4",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/fcad4680fee127dbd8344e6a961a28eef5820ef4.tar.gz",
],
)