From 93e82e449674d55c4a535dced1298622c8685642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:47:52 +0000 Subject: [PATCH] Update simplest_ot digest to 60197bc --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ba035c4e..848c3d51 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -51,10 +51,10 @@ def _simplest_ot(): http_archive, name = "simplest_ot", urls = [ - "https://github.com/secretflow/simplest-ot/archive/4e39b7c35721c7fd968da6e047f59c0ac92e8088.tar.gz", + "https://github.com/secretflow/simplest-ot/archive/60197bc7dad327bb55759e8e854885411e999167.tar.gz", ], - strip_prefix = "simplest-ot-4e39b7c35721c7fd968da6e047f59c0ac92e8088", - sha256 = "326e411c63b1cbd6697e9561a74f9d417df9394a988bf5c5e14775f14c612063", + strip_prefix = "simplest-ot-60197bc7dad327bb55759e8e854885411e999167", + sha256 = "c8816bf147e320f51c516f4c511f2d1a732ac0d0f171d29f442cbe2b5173ddba", ) def _org_interconnection():