Skip to content

Commit f50fc45

Browse files
rwgkcopybara-github
authored andcommitted
Update to latest pybind11_bazel version in pybind11_protobuf/WORKSPACE
PiperOrigin-RevId: 552859186
1 parent cd74b30 commit f50fc45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ http_archive(
3535
],
3636
)
3737

38-
## `pybind11_bazel`
39-
# See https://github.com/pybind/pybind11_bazel
38+
## `pybind11_bazel` (PINNED)
39+
# https://github.com/pybind/pybind11_bazel
4040
http_archive(
4141
name = "pybind11_bazel",
42-
strip_prefix = "pybind11_bazel-faf56fb3df11287f26dbc66fdedf60a2fc2c6631",
43-
sha256 = "a2b107b06ffe1049696e132d39987d80e24d73b131d87f1af581c2cb271232f8",
44-
urls = ["https://github.com/pybind/pybind11_bazel/archive/faf56fb3df11287f26dbc66fdedf60a2fc2c6631.tar.gz"],
42+
strip_prefix = "pybind11_bazel-ff261d2e9190955d0830040b20ea59ab9dbe66c8",
43+
sha256 = "c68230f540ae99e6acdec9a79f351d003e2dccefa029c3ce8d25060a6e05dc43",
44+
urls = ["https://github.com/pybind/pybind11_bazel/archive/ff261d2e9190955d0830040b20ea59ab9dbe66c8.tar.gz"],
4545
)
4646

47-
# We still require the pybind library.
47+
## `pybind11` (FLOATING)
4848
http_archive(
4949
name = "pybind11",
5050
build_file = "@pybind11_bazel//:pybind11.BUILD",

0 commit comments

Comments
 (0)