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(
35
35
],
36
36
)
37
37
38
- ## `pybind11_bazel`
39
- # See https://github.com/pybind/pybind11_bazel
38
+ ## `pybind11_bazel` (PINNED)
39
+ # https://github.com/pybind/pybind11_bazel
40
40
http_archive (
41
41
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" ],
45
45
)
46
46
47
- # We still require the pybind library.
47
+ ## `pybind11` (FLOATING)
48
48
http_archive (
49
49
name = "pybind11" ,
50
50
build_file = "@pybind11_bazel//:pybind11.BUILD" ,
You can’t perform that action at this time.
0 commit comments