gnu: glslang: Update to 11.9.0.

* gnu/packages/vulkan.scm (glslang): Update to 11.9.0.
This commit is contained in:
Marius Bakke 2022-11-15 16:15:56 +01:00 committed by Maxim Cournoyer
parent 339208b1f9
commit 0d67490d60
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -150,19 +150,17 @@ (define-public spirv-cross
(define-public glslang
(package
(name "glslang")
(version "10-11.0.0")
(version "11.9.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/KhronosGroup/glslang")
;; Tag "10-11.0.0" was moved to "11.0.0".
;; FIXME: Use (commit version) on next update.
(commit "11.0.0")))
(commit version)))
(sha256
(base32
"14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py"))
(file-name (string-append name "-" version "-checkout"))))
"1q6gjlx2y6g0hfvahnw063anb4yb4ky82hfh3b7nbsm43crzzfb0"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;FIXME: requires bundled SPIRV-Tools