We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca94d4 commit 6f427b2Copy full SHA for 6f427b2
WORKSPACE
@@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
5
http_archive(
6
name = "ssl",
7
- sha256 = "76962c003a298f405d1a5d273a74a94f58b69f65d64b8574a82d4c21c5e407be",
8
- strip_prefix = "google-boringssl-6abe184",
+ sha256 = "64529449ef458381346b163302523a1fb876e5b667bec4a4bd38d0d2fff8b42b",
+ strip_prefix = "boringssl-0.20250818.0",
9
type = "tgz",
10
- urls = ["https://github.com/google/boringssl/tarball/6abe18402eb2a5e9b00158c6459646a948c53060"],
+ urls = ["https://github.com/google/boringssl/archive/refs/tags/0.20250818.0.tar.gz"],
11
)
0 commit comments