gnu: spirv-headers: Update to 1.3.231.1.

* gnu/packages/vulkan.scm (spirv-headers): Update to 1.3.231.1.
This commit is contained in:
Marius Bakke 2022-11-15 16:13:39 +01:00 committed by Maxim Cournoyer
parent 8dcf3c1651
commit 7682d3faf9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -45,7 +45,7 @@ (define-module (gnu packages vulkan)
(define-public spirv-headers
(package
(name "spirv-headers")
(version "1.2.198.0")
(version "1.3.231.1")
(source
(origin
(method git-fetch)
@ -54,7 +54,7 @@ (define-public spirv-headers
(commit (string-append "sdk-" version))))
(sha256
(base32
"0v6ycgfxh9d2gzhxrnxgrn5gyg2cshg55767qdg46px8412j5lbi"))
"0z8b485hryya2g0jxv7amwg3fjj7pchbgnsa5ldf5fwgh5js0icm"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments