From d8f4f9f88b12461b19354dea4df5f9ee78262067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:36:49 +0000 Subject: [PATCH] chore(deps): update openssl digest to 0f1a639 --- boost/boost.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boost/boost.bzl b/boost/boost.bzl index 0a55f8857..8e7a8206d 100644 --- a/boost/boost.bzl +++ b/boost/boost.bzl @@ -168,7 +168,7 @@ def boost_deps(): maybe( http_archive, name = "openssl", - url = "https://github.com/hedronvision/boringssl/archive/1518c663b0d8d0d9affcb15a0ad47a26b1b847d7.tar.gz", - sha256 = "818ef6b3e6b0070b1a3f199eb285739722c0dcf28a0eda93b4c285d909c47357", - strip_prefix = "boringssl-1518c663b0d8d0d9affcb15a0ad47a26b1b847d7", + url = "https://github.com/hedronvision/boringssl/archive/0f1a639954dd7ab86f5f4ddd8b4e2edbea492acd.tar.gz", + sha256 = "7ce152bdce1b85344cc36c6b255aab36905d39187c2c2f797a69d5ad220076ee", + strip_prefix = "boringssl-0f1a639954dd7ab86f5f4ddd8b4e2edbea492acd", )