me
/
guix
Archived
1
0
Fork 0

gnu: vulkan-icd-loader: Update to 1.0.65.2.

* gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.0.65.2.
master
Rutger Helling 2018-01-30 12:21:41 +01:00
parent 1be6f488dc
commit 8b9dbdf36f
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ interpretation of the specifications for these languages.")
(define-public vulkan-icd-loader (define-public vulkan-icd-loader
(package (package
(name "vulkan-icd-loader") (name "vulkan-icd-loader")
(version "1.0.61.1") (version "1.0.65.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -158,7 +158,7 @@ interpretation of the specifications for these languages.")
"archive/sdk-" version ".tar.gz")) "archive/sdk-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05g60hk30sbc4rwkh7nrgqdk6hfsi4hwxs54yrysrzr18xpfb8j7")))) "1ivvmb977n2xp95v3sryhflvryy3mxrcwrd1hnr2dmri40vg1sl8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh". `(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh".