We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870e94d commit cdcf260Copy full SHA for cdcf260
tools/workspace/fcl_internal/patches/upstream/cassert.patch
tools/workspace/fcl_internal/repository.bzl
@@ -6,11 +6,8 @@ def fcl_internal_repository(
6
github_archive(
7
name = name,
8
repository = "flexible-collision-library/fcl",
9
- commit = "b03987c495b75b5d873f932b1ff3fc27c1494c87",
10
- sha256 = "b055315cad3394b7bb1db8eead56a9063e95ed6cb0f43e12b244ab0bd2ce5be8", # noqa
+ commit = "a3fbc9fe4f619d7bb1117dc137daa497d2de454b",
+ sha256 = "dd542daa13ab2f861f29792f20be50a1776859540c46360b728d1fad5d819a0c", # noqa
11
build_file = ":package.BUILD.bazel",
12
- patches = [
13
- ":patches/upstream/cassert.patch",
14
- ],
15
mirrors = mirrors,
16
)
0 commit comments