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:
Rutger Helling 2018-03-08 08:51:56 +01:00
parent e2d0cf033e
commit a89bf3318f
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -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".