Skip to content

Commit

Permalink
chore(deps): update boringssl digest to 39cc892
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and gjasny committed Nov 19, 2023
1 parent 81f959b commit e2b18a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ def prometheus_cpp_repositories():
name = "boringssl",
# Use github mirror instead of https://boringssl.googlesource.com/boringssl
# to obtain a boringssl archive with consistent sha256
sha256 = "ad0b806b6c5cbd6cae121c608945d5fed468748e330632e8d53315089ad52c67",
strip_prefix = "boringssl-6195bf8242156c9a2fa75702eee058f91b86a88b",
sha256 = "62d3abaaa798260bb0dbc3fe4576a5376ccea40af3d93076c483bdc6ef4a23c8",
strip_prefix = "boringssl-39cc892c73d6c3faf2e604c44509f132c232f24c",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/6195bf8242156c9a2fa75702eee058f91b86a88b.tar.gz",
"https://github.com/google/boringssl/archive/6195bf8242156c9a2fa75702eee058f91b86a88b.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/39cc892c73d6c3faf2e604c44509f132c232f24c.tar.gz",
"https://github.com/google/boringssl/archive/39cc892c73d6c3faf2e604c44509f132c232f24c.tar.gz",
],
)

Expand Down

0 comments on commit e2b18a3

Please sign in to comment.