We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407e85 commit d003337Copy full SHA for d003337
bazel/zetasql_deps_step_2.bzl
@@ -218,10 +218,10 @@ py_library(
218
name = "boringssl",
219
# Commit from 2021-11-01
220
urls = [
221
- "https://github.com/google/boringssl/archive/4fb158925f7753d80fb858cb0239dff893ef9f15.tar.gz",
+ "https://github.com/google/boringssl/archive/a9fcad767317332761881f3487a453fbfaa94555.tar.gz",
222
],
223
- sha256 = "e168777eb0fc14ea5a65749a2f53c095935a6ea65f38899a289808fb0c221dc4",
224
- strip_prefix = "boringssl-4fb158925f7753d80fb858cb0239dff893ef9f15",
+ sha256 = "c6f04169133395589eb62eed120e3e1785e4b47da7992745cbe848f926fd8716",
+ strip_prefix = "boringssl-a9fcad767317332761881f3487a453fbfaa94555",
225
)
226
227
# Farmhash
0 commit comments