me
/
guix
Archived
1
0
Fork 0

gnu: glslang: Update to 11.11.0.

* gnu/packages/vulkan.scm (glslang): Update to 11.11.0.
[source]: Use version as commit.
master
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
1 changed files with 3 additions and 5 deletions

View File

@ -149,18 +149,16 @@ SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
(define-public glslang (define-public glslang
(package (package
(name "glslang") (name "glslang")
(version "10-11.0.0") (version "11.11.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/KhronosGroup/glslang") (url "https://github.com/KhronosGroup/glslang")
;; Tag "10-11.0.0" was moved to "11.0.0". (commit version)))
;; FIXME: Use (commit version) on next update.
(commit "11.0.0")))
(sha256 (sha256
(base32 (base32
"14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py")) "03jnaj90q2cg2hjdsg96ashz28dw5hcsg9rvf60bp2mphzzsklpq"))
(file-name (string-append name "-" version "-checkout")))) (file-name (string-append name "-" version "-checkout"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments