Skip to content

Commit

Permalink
Updated nanobind commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jan 28, 2025
1 parent 0faa1e7 commit 77e693f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/nanobind/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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-cee104db8606797a63752d2904b2f2795014a125",
sha256 = "d5dec3690c0a11b1ca48021ff34238886da7938b7bbbd5c0e946dcef6e6b7e25",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/cee104db8606797a63752d2904b2f2795014a125.tar.gz"),
strip_prefix = "nanobind-d79309197caaad83cda05df533136865d294f01e",
sha256 = "598b116f36dbdf9738bb269cc1551ae073715fb3d69f07ca0dd01e6de0ddf4b0",
urls = tf_mirror_urls("https://github.com/wjakob/nanobind/archive/d79309197caaad83cda05df533136865d294f01e.tar.gz"),
build_file = "//third_party/nanobind:nanobind.BUILD",
)

0 comments on commit 77e693f

Please sign in to comment.