Skip to content

Commit e0274bf

Browse files
authored
Update BoringSSL to 2022-01-10. (#224)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 4634be1 commit e0274bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ def proxy_wasm_cpp_host_repositories():
2525

2626
http_archive(
2727
name = "boringssl",
28-
sha256 = "bb55b0ed2f0cb548b5dce6a6b8307ce37f7f748eb9f1be6bfe2d266ff2b4d52b",
29-
strip_prefix = "boringssl-2192bbc878822cf6ab5977d4257a1339453d9d39",
30-
urls = ["https://github.com/google/boringssl/archive/2192bbc878822cf6ab5977d4257a1339453d9d39.tar.gz"],
28+
# 2022-01-10 (master-with-bazel)
29+
sha256 = "a530919e3141d00d593a0d74cd0f9f88707e35ec58bb62245968fec16cb9257f",
30+
strip_prefix = "boringssl-9420fb54116466923afa1f34a23dd8a4a7ddb69d",
31+
urls = ["https://github.com/google/boringssl/archive/9420fb54116466923afa1f34a23dd8a4a7ddb69d.tar.gz"],
3132
)
3233

3334
http_archive(

0 commit comments

Comments
 (0)