gnu: spirv-tools: Update to 2022.4.

* gnu/packages/vulkan.scm (spirv-tools): Update to 2022.4.
This commit is contained in:
Marius Bakke 2022-11-15 16:14:02 +01:00 committed by Maxim Cournoyer
parent 7682d3faf9
commit 339208b1f9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -77,7 +77,7 @@ (define-public spirv-headers
(define-public spirv-tools (define-public spirv-tools
(package (package
(name "spirv-tools") (name "spirv-tools")
(version "2021.4") (version "2022.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -85,7 +85,7 @@ (define-public spirv-tools
(url "https://github.com/KhronosGroup/SPIRV-Tools") (url "https://github.com/KhronosGroup/SPIRV-Tools")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1f0kzgx8ishzxhzrcvcmpkmb3cigyya92p3bdabsgbjr6mkmcdj3")) (base32 "03d489ind2az7w7q1slj3mdc04372r3qqbnd7m9akxbg7yix1a5j"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments