File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
4040http_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)
4848http_archive (
4949 name = "pybind11" ,
5050 build_file = "@pybind11_bazel//:pybind11.BUILD" ,
You can’t perform that action at this time.
0 commit comments