Skip to content

Commit

Permalink
Fix sha256 digest for protobuf http_archive (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibenede authored Jun 17, 2024
1 parent f192247 commit 0556059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_google_protobuf",
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.1.zip"],
sha256 = "7d7f2ddccc37e3c1c5dfe65ad69d99923d8fe84beac68ed9cdec489909c4d8d3",
sha256 = "9e6dbaefbfc670037e1a25ac4434adea1403821950444ec40fab8b2a9423c2ea",
strip_prefix = "protobuf-27.1",
)

Expand Down

0 comments on commit 0556059

Please sign in to comment.