mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
efb9e6f17e
commit
78696a6d31
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue