We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564a7fe commit 58f5683Copy full SHA for 58f5683
docs/overriding_deps.rst
@@ -24,7 +24,7 @@ For example, to use a specific Protobuf version:
24
http_archive(
25
name = "com_google_protobuf",
26
sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
27
- strip_prefix = "protobuf-v3.20.1",
+ strip_prefix = "protobuf-3.20.1",
28
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz"],
29
)
30
0 commit comments