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 b407e85 commit 14a5691Copy full SHA for 14a5691
bazel/zetasql_deps_step_2.bzl
@@ -187,9 +187,9 @@ py_library(
187
http_archive(
188
name = "com_google_riegeli",
189
# Commit from 2022-02-16
190
- url = "https://github.com/google/riegeli/archive/934428f44a6d120cb6c065315c788aa3a1be6b66.tar.gz",
191
- sha256 = "a54dafa634db87723db106bc44ef365b1b442d8862aafbeb5f1d2e922049e587",
192
- strip_prefix = "riegeli-934428f44a6d120cb6c065315c788aa3a1be6b66",
+ url = "https://github.com/google/riegeli/archive/50eb6f8dd5b49f142e3f9296ef906b1fc7314fd3.tar.gz",
+ sha256 = "ea03825234e5770f3c84a597d7d3daafd79a0f77846540d90d1dba13009fe3c7",
+ strip_prefix = "riegeli-50eb6f8dd5b49f142e3f9296ef906b1fc7314fd3",
193
)
194
if evaluator_deps:
195
# Differential Privacy
0 commit comments