me
/
guix
Archived
1
0
Fork 0

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>
master
dan 2022-11-19 23:02:40 +08:00 committed by Maxim Cournoyer
parent f0895be903
commit 58eb426e3a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
(define-public glslang
(package
(name "glslang")
(version "11.9.0")
(version %vulkan-sdk-version)
(source
(origin
(method git-fetch)
@ -161,7 +161,7 @@ SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
(commit version)))
(sha256
(base32
"1q6gjlx2y6g0hfvahnw063anb4yb4ky82hfh3b7nbsm43crzzfb0"))
"12a1zl8qxa28nbf6m67260c0lwdw3bqbj0jz1382wgm5px1fpqw6"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments