mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: vulkan-loader: Update to 1.1.92.1.
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.92.1.
This commit is contained in:
parent
3a6372e05c
commit
e9a8b60333
1 changed files with 3 additions and 2 deletions
|
@ -186,7 +186,8 @@ (define-public vulkan-headers
|
|||
(define-public vulkan-loader
|
||||
(package
|
||||
(name "vulkan-loader")
|
||||
(version (package-version vulkan-headers))
|
||||
;; TODO: Inherit from vulkan-headers when version numbers match again
|
||||
(version "1.1.92.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -195,7 +196,7 @@ (define-public vulkan-loader
|
|||
"archive/sdk-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vb35h05lyy1df0v6gq68h0scxizxpmjwbc90bjql6ixspmyb2im"))))
|
||||
"1kx07ypbwnmn6cxv9z0vbngq5l83f1sffzh7wmkzrl69y1cmazi0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;FIXME: 23/39 tests fail. Try "tests/run_all_tests.sh".
|
||||
|
|
Loading…
Reference in a new issue