Skip to content

Commit

Permalink
Fix dep override example for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Aug 31, 2022
1 parent 564a7fe commit 58f5683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overriding_deps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For example, to use a specific Protobuf version:
http_archive(
name = "com_google_protobuf",
sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
strip_prefix = "protobuf-v3.20.1",
strip_prefix = "protobuf-3.20.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz"],
)
Expand Down

0 comments on commit 58f5683

Please sign in to comment.