From 0aa9ec76d6ae6bfb58df419a707576052fb6eba1 Mon Sep 17 00:00:00 2001 From: Yancheng Zheng <103552181+anakinxc@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:33:58 +0800 Subject: [PATCH] Replace libsodium download link (#311) --- bazel/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 44962a2a..82565d49 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -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", ], )