apteryx pushed a commit to branch master
in repository guix.

commit 58eb426e3aa3aef40ed3984539839fa15c5d855a
Author: dan <[email protected]>
AuthorDate: Sat Nov 19 23:02:40 2022 +0800

    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 <[email protected]>
---
 gnu/packages/vulkan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 0ce612c1ea..aee2786127 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -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

Reply via email to