Skip to content

Commit 0110ff5

Browse files
keithAdam Cozzette
authored andcommitted
Update rules_proto
This was pretty behind bazelbuild/rules_proto@97d8af4...4029855
1 parent 76f9074 commit 0110ff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protobuf_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def protobuf_deps():
5151
if not native.existing_rule("rules_proto"):
5252
http_archive(
5353
name = "rules_proto",
54-
sha256 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208",
55-
strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313",
56-
urls = ["https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz"],
54+
sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5",
55+
strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311",
56+
urls = ["https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz"],
5757
)
5858

5959
if not native.existing_rule("rules_python"):

0 commit comments

Comments
 (0)