We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6565540 commit 62875c6Copy full SHA for 62875c6
test_cross_build/WORKSPACE
@@ -31,9 +31,9 @@ http_archive(
31
32
http_archive(
33
name = "com_google_protobuf",
34
- sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae",
35
- strip_prefix = "protobuf-21.7",
36
- url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.7.tar.gz",
+ sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
+ strip_prefix = "protobuf-21.12",
+ url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
37
)
38
39
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
0 commit comments