gnu: glslang: Update to 11.11.0.

* gnu/packages/vulkan.scm (glslang): Update to 11.11.0.
[source]: Use version as commit.
This commit is contained in:
Maxim Cournoyer 2022-08-23 00:37:19 -04:00
parent efb9e6f17e
commit 78696a6d31
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -149,18 +149,16 @@ (define-public spirv-cross
(define-public glslang
(package
(name "glslang")
(version "10-11.0.0")
(version "11.11.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"))
"03jnaj90q2cg2hjdsg96ashz28dw5hcsg9rvf60bp2mphzzsklpq"))
(file-name (string-append name "-" version "-checkout"))))
(build-system cmake-build-system)
(arguments