mirror of https://github.com/bazelbuild/rules_cc
Update dependency com_google_protobuf to v28
This commit is contained in:
parent
28cf2e8160
commit
7956cb07fa
|
@ -46,7 +46,7 @@ http_archive(
|
|||
|
||||
http_archive(
|
||||
name = "com_google_protobuf",
|
||||
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
|
||||
strip_prefix = "protobuf-27.0",
|
||||
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
|
||||
sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
|
||||
strip_prefix = "protobuf-28.3",
|
||||
url = "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protobuf-28.3.tar.gz",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue