We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407e85 commit cd247d5Copy full SHA for cd247d5
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/992dfa0b56f98b8decaf82cd8df44aa714675d99.tar.gz",
222
],
223
- sha256 = "e168777eb0fc14ea5a65749a2f53c095935a6ea65f38899a289808fb0c221dc4",
224
- strip_prefix = "boringssl-4fb158925f7753d80fb858cb0239dff893ef9f15",
+ sha256 = "37bfa13a5ba8459e1d24a7e096de501fa8d98b7b104b2182943f04a1c5b91eb5",
+ strip_prefix = "boringssl-992dfa0b56f98b8decaf82cd8df44aa714675d99",
225
)
226
227
# Farmhash
0 commit comments