We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d15a68 commit 351f3c4Copy full SHA for 351f3c4
deps.bzl
@@ -17,9 +17,9 @@ def dependencies():
17
)
18
http_archive(
19
name = "rules_proto",
20
- sha256 = "3b676caee6c53fd22c3dacc6589778fdaa205829e5515517f88ed149bb6568f2",
21
- strip_prefix = "rules_proto-49a429fac73ec6935f30689f72a39e5a8a443595",
22
- urls = ["https://github.com/bazelbuild/rules_proto/archive/49a429fac73ec6935f30689f72a39e5a8a443595.tar.gz"],
+ sha256 = "9eba2da1a7ed60c300ca19640801bcb591c6e332424199e7b23ebca7baf93c87",
+ strip_prefix = "rules_proto-33aba33e1bec7e75487676c792e5690937933ab7",
+ urls = ["https://github.com/bazelbuild/rules_proto/archive/33aba33e1bec7e75487676c792e5690937933ab7.tar.gz"],
23
24
25
name = "rules_python",
0 commit comments