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 f192247 commit 0556059Copy full SHA for 0556059
WORKSPACE
@@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5
http_archive(
6
name = "com_google_protobuf",
7
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.1.zip"],
8
- sha256 = "7d7f2ddccc37e3c1c5dfe65ad69d99923d8fe84beac68ed9cdec489909c4d8d3",
+ sha256 = "9e6dbaefbfc670037e1a25ac4434adea1403821950444ec40fab8b2a9423c2ea",
9
strip_prefix = "protobuf-27.1",
10
)
11
0 commit comments