Skip to content

Commit

Permalink
Update yacl digest to 2d4adb4 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent aeb13b1 commit 1dafdca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"https://github.com/secretflow/yacl/archive/5feaa30e6a2ab3be5a01a7a4ee3c1613d11386d9.tar.gz",
"https://github.com/secretflow/yacl/archive/2d4adb41ed1fb0ce4c0d22c6a1cd6a72fd5b3c5e.tar.gz",
],
strip_prefix = "yacl-5feaa30e6a2ab3be5a01a7a4ee3c1613d11386d9",
sha256 = "7ff9f93b0de554fa454a4c995dc0533a7b998173e6f0468be5b40a6092555a4e",
strip_prefix = "yacl-2d4adb41ed1fb0ce4c0d22c6a1cd6a72fd5b3c5e",
sha256 = "7644b91facae8f8b7dfd1a0dca9658236af8f5307baa2eccf1423d4df013b3ab",
)

def _bazel_platform():
Expand Down

0 comments on commit 1dafdca

Please sign in to comment.