From ad9d07fc7d0c83046ff0555a58baa53c320abee4 Mon Sep 17 00:00:00 2001 From: Nicholas Paun Date: Thu, 25 Sep 2025 16:03:08 -0700 Subject: [PATCH] Bump boringssl to latest version --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 52ce7ce..d4bfe6d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "ssl", - sha256 = "76962c003a298f405d1a5d273a74a94f58b69f65d64b8574a82d4c21c5e407be", - strip_prefix = "google-boringssl-6abe184", + sha256 = "64529449ef458381346b163302523a1fb876e5b667bec4a4bd38d0d2fff8b42b", + strip_prefix = "boringssl-0.20250818.0", type = "tgz", - urls = ["https://github.com/google/boringssl/tarball/6abe18402eb2a5e9b00158c6459646a948c53060"], + urls = ["https://github.com/google/boringssl/archive/refs/tags/0.20250818.0.tar.gz"], )