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 e0cca15 commit 729f29dCopy full SHA for 729f29d
deps.bzl
@@ -17,9 +17,9 @@ def dependencies():
17
)
18
http_archive(
19
name = "rules_proto",
20
- sha256 = "a88c799bf19c0a157f9c423477277a0d0362f251388d7b28f0f00bfb0bf25b3d",
21
- strip_prefix = "rules_proto-d3702796e768abe7086d2dc7e299d3f7aeb1dd34",
22
- urls = ["https://github.com/bazelbuild/rules_proto/archive/d3702796e768abe7086d2dc7e299d3f7aeb1dd34.tar.gz"],
+ sha256 = "39bd41fc6086af04e2079d8f39be8cfe7ea392358f08d0e7606012e02d199b46",
+ strip_prefix = "rules_proto-fcfc67b0ab862ff54d312970548fb91b2b721334",
+ urls = ["https://github.com/bazelbuild/rules_proto/archive/fcfc67b0ab862ff54d312970548fb91b2b721334.tar.gz"],
23
24
25
name = "rules_python",
0 commit comments