Skip to content

Commit 145c0a5

Browse files
committed
[bazel]: Updating rules_proto
1 parent 6cd79d1 commit 145c0a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ load("@py_dev_requirements//:requirements.bzl", "install_deps")
8585

8686
install_deps()
8787

88+
# This gets us a pre-compiled `protoc`
8889
http_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

0 commit comments

Comments
 (0)