mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: spirv-headers: Update to 1.2.198.0.
* gnu/packages/vulkan.scm (spirv-headers): Update to 1.2.198.0.
This commit is contained in:
parent
cbba52aaf7
commit
2ffee7d92d
1 changed files with 3 additions and 3 deletions
|
@ -44,16 +44,16 @@ (define-module (gnu packages vulkan)
|
|||
(define-public spirv-headers
|
||||
(package
|
||||
(name "spirv-headers")
|
||||
(version "1.5.3")
|
||||
(version "1.2.198.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KhronosGroup/SPIRV-Headers")
|
||||
(commit version)))
|
||||
(commit (string-append "sdk-" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"069sivqajp7z4p44lmrz23lvf237xpkjxd4lzrg27836pwqcz9bj"))
|
||||
"0v6ycgfxh9d2gzhxrnxgrn5gyg2cshg55767qdg46px8412j5lbi"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue