Skip to content

Commit

Permalink
Replace libsodium download link (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Apr 16, 2024
1 parent 681d17b commit 0aa9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _com_github_libsodium():
sha256 = "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1",
build_file = "@yacl//bazel:libsodium.BUILD",
urls = [
"https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz",
"https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz",
],
)

Expand Down

0 comments on commit 0aa9ec7

Please sign in to comment.