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 4a55ef4 commit 7cb24caCopy full SHA for 7cb24ca
1 file changed
python/private/py_repositories.bzl
@@ -62,7 +62,7 @@ def py_repositories():
62
63
# Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
64
http_archive(
65
- name = "protobuf",
+ name = "com_google_protobuf",
66
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
67
strip_prefix = "protobuf-27.0",
68
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
0 commit comments