File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ load("@py_dev_requirements//:requirements.bzl", "install_deps")
8585
8686install_deps ()
8787
88+ # This gets us a pre-compiled `protoc`
8889http_archive (
8990 name = "rules_proto" ,
90- sha256 = "9fc210a34f0f9e7cc31598d109b5d069ef44911a82f507d5a88716db171615a8 " ,
91- strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf " ,
91+ sha256 = "dc3fb206a2cb3441b485eb1e423165b231235a1ea9b031b4433cf7bc1fa460dd " ,
92+ strip_prefix = "rules_proto-5.3.0-21.7 " ,
9293 urls = [
93- "https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz" ,
94- "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz" ,
94+ "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz" ,
9595 ],
9696)
9797
You can’t perform that action at this time.
0 commit comments