From 3ea03e05ab03c6763128cd95cdc619d83e8bb7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:20:32 +0000 Subject: [PATCH] chore(deps): update com_github_dltcollab_sse2neon digest to ddca671 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 766a1cab..6bb2260b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -335,11 +335,11 @@ def _com_github_dltcollab_sse2neon(): maybe( http_archive, name = "com_github_dltcollab_sse2neon", - sha256 = "787e0a7a64f1461b48232a7f9b9e9c14fa4a35a30875f2fb91aec6ddeaddfc0f", - strip_prefix = "sse2neon-8df2f48dbd0674ae5087f7a6281af6f55fa5a8e2", + sha256 = "ee6af363655d54d5a6df25fe5a2894e81d0a3f5ffa6a8ad964005542efa9d43a", + strip_prefix = "sse2neon-ddca67108e3e96a288e9aa7e31bfacca2309f624", type = "tar.gz", urls = [ - "https://github.com/DLTcollab/sse2neon/archive/8df2f48dbd0674ae5087f7a6281af6f55fa5a8e2.tar.gz", + "https://github.com/DLTcollab/sse2neon/archive/ddca67108e3e96a288e9aa7e31bfacca2309f624.tar.gz", ], build_file = "@yacl//bazel:sse2neon.BUILD", )