diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index dc22eb3..f157a78 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -54,10 +54,10 @@ def _yacl(): http_archive, name = "yacl", urls = [ - "https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_fourq_test.tar.gz", + "https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_nightly_20240731.tar.gz", ], - strip_prefix = "yacl-0.4.5b4_fourq_test", - sha256 = "5e490cba30bcb03e751937795a14fb5c9fd0a24d61095c8ec937a86ce7f96ec9", + strip_prefix = "yacl-0.4.5b4_nightly_20240731", + sha256 = "952715bd56f6d9386984e9963426a1399bd2bd3702cf3efede9c82591cfab99b", ) def _bazel_platform():