From 79ae3a9fe6a103284a75e1424904f95c0d7afcae Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Thu, 5 Dec 2024 18:51:17 -0800 Subject: [PATCH] Update nanobind dependency to v2.4.0. PiperOrigin-RevId: 703324686 --- third_party/nanobind/workspace.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/nanobind/workspace.bzl b/third_party/nanobind/workspace.bzl index aa39484e078f3..1eea065f1bcfa 100644 --- a/third_party/nanobind/workspace.bzl +++ b/third_party/nanobind/workspace.bzl @@ -5,8 +5,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls") def repo(): tf_http_archive( name = "nanobind", - strip_prefix = "nanobind-2.2.0", - sha256 = "bfbfc7e5759f1669e4ddb48752b1ddc5647d1430e94614d6f8626df1d508e65a", - urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v2.2.0.tar.gz"), + strip_prefix = "nanobind-2.4.0", + sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7", + urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz"), build_file = "//third_party/nanobind:nanobind.BUILD", )