Updated sha256

pull/23850/head
Srini Polavarapu 4 years ago
parent 9b5b5be3e2
commit 7f2ef67393
  1. 2
      bazel/grpc_deps.bzl

@ -136,7 +136,7 @@ def grpc_deps():
name = "boringssl",
# Use github mirror instead of https://boringssl.googlesource.com/boringssl
# to obtain a boringssl archive with consistent sha256
sha256 = "",
sha256 = "81333e496d7b74a60aa6fa622c028ba382a0a6b9c815cc6ccb221042383b9a9b",
strip_prefix = "boringssl-412844d75b14b9090b58423fd5f5ed8c2fd80212",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/412844d75b14b9090b58423fd5f5ed8c2fd80212.tar.gz",

Loading…
Cancel
Save