mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: vulkan-headers: Update to sdk-1.3.231.1.
* gnu/packages/vulkan.scm (vulkan-headers): Update to sdk-1.3.231.1. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
d158c3a6ad
commit
5f8483e2f8
1 changed files with 3 additions and 3 deletions
|
@ -184,17 +184,17 @@ (define-public glslang
|
|||
(define-public vulkan-headers
|
||||
(package
|
||||
(name "vulkan-headers")
|
||||
(version "1.2.202")
|
||||
(version %vulkan-sdk-version)
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KhronosGroup/Vulkan-Headers")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lsjpxqb7k2mf0w1qadpki6vnwxr29kjg5y1jafl3pvk0mdy1azj"))))
|
||||
"167zdank6pn66mzjdwgrdlmhmsy4v2k0nhw0nwg649k863rgi00j"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No tests.
|
||||
|
|
Loading…
Reference in a new issue