mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: glslang: Update to 10-11.0.0.
* gnu/packages/vulkan.scm (glslang): Update to 10-11.0.0.
This commit is contained in:
parent
916f2414f0
commit
f34060199a
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ (define-public spirv-cross
|
|||
(define-public glslang
|
||||
(package
|
||||
(name "glslang")
|
||||
(version "8.13.3743")
|
||||
(version "10-11.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -159,7 +159,7 @@ (define-public glslang
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0d20wfpp2fmbnz1hnsjr9xc62lxpj86ik2qyviqbni0pqj212cry"))
|
||||
"14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue