gnu: vulkan-icd-loader: Update to 1.1.70.0.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.70.0.
This commit is contained in:
parent
e2d0cf033e
commit
a89bf3318f
|
@ -158,7 +158,7 @@ interpretation of the specifications for these languages.")
|
|||
(define-public vulkan-icd-loader
|
||||
(package
|
||||
(name "vulkan-icd-loader")
|
||||
(version "1.0.68.0")
|
||||
(version "1.1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -167,7 +167,7 @@ interpretation of the specifications for these languages.")
|
|||
"archive/sdk-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n5gry5zxpwi7330fmi06snalra8hkbbw68gnwbp531kd5ycyinh"))))
|
||||
"15qkh77596v3xivnbb3l0q9zbmmsdglnaza2m1g7f8q7bbigyc5x"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh".
|
||||
|
|
Loading…
Reference in New Issue