From d0d80e1055095fa8b9c4063c0956b75d4c0a756f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:06:02 +0000 Subject: [PATCH] chore(deps): update pybind11_bazel digest to 2b6082a --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ], )