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 86e9763 commit ede47c2Copy full SHA for ede47c2
deps.bzl
@@ -17,9 +17,9 @@ def dependencies():
17
)
18
http_archive(
19
name = "rules_proto",
20
- sha256 = "0728e5414a3aaeb1edd3cf7b68f42920892245ca04176d2db2fd911193155b3d",
21
- strip_prefix = "rules_proto-83da40714cf72a18b4a052d2b421f9668fa4ab69",
22
- urls = ["https://github.com/bazelbuild/rules_proto/archive/83da40714cf72a18b4a052d2b421f9668fa4ab69.tar.gz"],
+ sha256 = "c664412a5c7294d3d2b719ac68b46688a98ed12fb955a590e92388a7ae361fcc",
+ strip_prefix = "rules_proto-b38f0e67618ebe9ba8e23aee3d5f7e2779f1bc9f",
+ urls = ["https://github.com/bazelbuild/rules_proto/archive/b38f0e67618ebe9ba8e23aee3d5f7e2779f1bc9f.tar.gz"],
23
24
25
name = "rules_python",
0 commit comments