We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532ef86 commit cc33755Copy full SHA for cc33755
workspace_setup.bzl
@@ -57,7 +57,7 @@ def hedron_make_cc_https_easy():
57
maybe(
58
http_archive,
59
name = "boringssl",
60
- url = "https://github.com/hedronvision/boringssl/archive/8436f9ae16e28ce580d6c16d91758b42da1021fe.tar.gz",
61
- sha256 = "fafd96960d62c6b5359b8a643005006ba1cb321d09e360551ecaeae7bb802f15",
62
- strip_prefix = "boringssl-8436f9ae16e28ce580d6c16d91758b42da1021fe",
+ url = "https://github.com/hedronvision/boringssl/archive/58033e6b6c9f70695ef716b2113bf2e643410740.tar.gz",
+ sha256 = "8112664b0eb890bd42bc310b1ef6c4e99facf8b143bca1c0570ad335f9dcc561",
+ strip_prefix = "boringssl-58033e6b6c9f70695ef716b2113bf2e643410740",
63
)
0 commit comments