me
/
guix
Archived
1
0
Fork 0

gnu: spirv-headers: Update to 1.2.198.0.

* gnu/packages/vulkan.scm (spirv-headers): Update to 1.2.198.0.
master
Kaelyn Takata 2022-09-01 16:26:40 +00:00 committed by Maxim Cournoyer
parent cbba52aaf7
commit 2ffee7d92d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -44,16 +44,16 @@
(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