We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407e85 commit 9502733Copy full SHA for 9502733
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/a0c219828d73cdfb5ceaf83d65c719d580ace8d5.tar.gz",
+ sha256 = "64604be38677eadcf761ec3f64bbc8b2f991df1ca2785494300f011af7757bc4",
+ strip_prefix = "riegeli-a0c219828d73cdfb5ceaf83d65c719d580ace8d5",
193
)
194
if evaluator_deps:
195
# Differential Privacy
0 commit comments