me
/
guix
Archived
1
0
Fork 0

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>
master
dan 2022-11-19 23:02:43 +08:00 committed by Maxim Cournoyer
parent d158c3a6ad
commit 5f8483e2f8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -184,17 +184,17 @@ interpretation of the specifications for these languages.")
(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.