vtk: fix GitLab patch (#40659)

GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs
do. See #40656 for more information.
This commit is contained in:
Michael Kuhn 2023-10-23 08:58:47 +02:00 committed by GitHub
parent 428202b246
commit c5d0fd42e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,8 +195,8 @@ class Vtk(CMakePackage):
)
patch(
"https://gitlab.kitware.com/vtk/vtk/-/commit/5a1c96e12e9b4a660d326be3bed115a2ceadb573.patch",
sha256="65175731c080961f85d779d613ac1f6bce89783745e54e864edec7637b03b18a",
"https://gitlab.kitware.com/vtk/vtk/-/commit/5a1c96e12e9b4a660d326be3bed115a2ceadb573.diff",
sha256="c446a90459b108082db5b28d9aeda99d030e636325e01929beba062cafb16b76",
when="@9.1",
)