Skip to content

Commit 0556059

Browse files
authored
Fix sha256 digest for protobuf http_archive (#210)
1 parent f192247 commit 0556059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
http_archive(
66
name = "com_google_protobuf",
77
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.1.zip"],
8-
sha256 = "7d7f2ddccc37e3c1c5dfe65ad69d99923d8fe84beac68ed9cdec489909c4d8d3",
8+
sha256 = "9e6dbaefbfc670037e1a25ac4434adea1403821950444ec40fab8b2a9423c2ea",
99
strip_prefix = "protobuf-27.1",
1010
)
1111

0 commit comments

Comments
 (0)