diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index aace4d19..308f7c94 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -156,10 +156,10 @@ def _com_github_pybind11_bazel(): maybe( http_archive, name = "pybind11_bazel", - sha256 = "dc4882b23a617575d0fd822aba88aa4a14133c3d428b5a8fb83d81d03444a475", - strip_prefix = "pybind11_bazel-8889d39b2b925b2a47519ae09402a96f00ccf2b4", + sha256 = "1e27ccd45b18ec570644e60749e807ba9363e3dafc9be7b2c364d73e71000fd8", + strip_prefix = "pybind11_bazel-2b6082a4d9d163a52299718113fa41e4b7978db5", urls = [ - "https://github.com/pybind/pybind11_bazel/archive/8889d39b2b925b2a47519ae09402a96f00ccf2b4.zip", + "https://github.com/pybind/pybind11_bazel/archive/2b6082a4d9d163a52299718113fa41e4b7978db5.zip", ], )