Skip to content

Commit d4912fa

Browse files
authored
Update BoringSSL to 2022-02-07. (#247)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 742d6c8 commit d4912fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ def proxy_wasm_cpp_host_repositories():
5959
maybe(
6060
http_archive,
6161
name = "boringssl",
62-
# 2022-01-10 (master-with-bazel)
63-
sha256 = "a530919e3141d00d593a0d74cd0f9f88707e35ec58bb62245968fec16cb9257f",
64-
strip_prefix = "boringssl-9420fb54116466923afa1f34a23dd8a4a7ddb69d",
65-
urls = ["https://github.com/google/boringssl/archive/9420fb54116466923afa1f34a23dd8a4a7ddb69d.tar.gz"],
62+
# 2022-02-07 (master-with-bazel)
63+
sha256 = "7dec97795a7ac7e3832228e4440ee06cceb18d3663f4580b0840e685281e28a0",
64+
strip_prefix = "boringssl-eaa29f431f71b8121e1da76bcd3ddc2248238ade",
65+
urls = ["https://github.com/google/boringssl/archive/eaa29f431f71b8121e1da76bcd3ddc2248238ade.tar.gz"],
6666
)
6767

6868
maybe(

0 commit comments

Comments
 (0)