gnu: glslang: Update to sdk-1.3.231.1.
* gnu/packages/vulkan.scm (glslang): Update to sdk-1.3.231.1. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
f0895be903
commit
58eb426e3a
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ 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 "11.9.0")
|
(version %vulkan-sdk-version)
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -161,7 +161,7 @@ SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q6gjlx2y6g0hfvahnw063anb4yb4ky82hfh3b7nbsm43crzzfb0"))
|
"12a1zl8qxa28nbf6m67260c0lwdw3bqbj0jz1382wgm5px1fpqw6"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue