We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4634be1 commit e0274bfCopy full SHA for e0274bf
bazel/repositories.bzl
@@ -25,9 +25,10 @@ def proxy_wasm_cpp_host_repositories():
25
26
http_archive(
27
name = "boringssl",
28
- sha256 = "bb55b0ed2f0cb548b5dce6a6b8307ce37f7f748eb9f1be6bfe2d266ff2b4d52b",
29
- strip_prefix = "boringssl-2192bbc878822cf6ab5977d4257a1339453d9d39",
30
- urls = ["https://github.com/google/boringssl/archive/2192bbc878822cf6ab5977d4257a1339453d9d39.tar.gz"],
+ # 2022-01-10 (master-with-bazel)
+ sha256 = "a530919e3141d00d593a0d74cd0f9f88707e35ec58bb62245968fec16cb9257f",
+ strip_prefix = "boringssl-9420fb54116466923afa1f34a23dd8a4a7ddb69d",
31
+ urls = ["https://github.com/google/boringssl/archive/9420fb54116466923afa1f34a23dd8a4a7ddb69d.tar.gz"],
32
)
33
34
0 commit comments