Skip to content

Commit

Permalink
Use a newer version of rules_proto, with the new rule `proto_descript…
Browse files Browse the repository at this point in the history
…or_set` (#8469)
  • Loading branch information
dorfire committed Apr 9, 2021
1 parent 017599b commit ee04809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf_deps.bzl
Expand Up @@ -51,9 +51,9 @@ def protobuf_deps():
if not native.existing_rule("rules_proto"):
http_archive(
name = "rules_proto",
sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5",
strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311",
urls = ["https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz"],
sha256 = "a4382f78723af788f0bc19fd4c8411f44ffe0a72723670a34692ffad56ada3ac",
strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf",
urls = ["https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip"],
)

if not native.existing_rule("rules_python"):
Expand Down

0 comments on commit ee04809

Please sign in to comment.