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 9bcc325 commit 8588689Copy full SHA for 8588689
tools/workspace/vtk_internal/repository.bzl
@@ -184,8 +184,8 @@ def vtk_internal_repository(
184
# TODO(jwnimmer-tri) Once there's a tagged release with support for
185
# VTK_ABI_NAMESPACE, we should switch to an official version number
186
# here. That probably means waiting for the VTK 10 release.
187
- commit = "02b9b138d3a12cf594e8d393b92a390f762c799f",
188
- sha256 = "aa2061f67119c8cca332a205db560bb59619578fe802d6d29527c2542975ec6a", # noqa
+ commit = "4200a02757df119c8c4ca8a66f1e52729522b1f5",
+ sha256 = "8e2c070127586d5e9d0c3cdd33ca87b08a7dd5b21237922576cb1d1f4d0e7631", # noqa
189
build_file = ":package.BUILD.bazel",
190
patches = [
191
# Drake's conventions for VTK patches are:
0 commit comments