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 a7dbcdcCopy full SHA for a7dbcdc
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/7f7752842c363fb366be2d0176f166d769f2088c.tar.gz",
+ sha256 = "d9c56bb09122c8fd1bb85d7a1c066bc590c184f873174d9fcf8e932f35057486",
+ strip_prefix = "riegeli-7f7752842c363fb366be2d0176f166d769f2088c",
193
)
194
if evaluator_deps:
195
# Differential Privacy
0 commit comments