diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index cfdf1d3935..ed99b0e3fc 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -91,7 +91,7 @@ and for the GLSL.std.450 extended instruction set. (define-public spirv-tools (package (name "spirv-tools") - (version "1.4.321.0") + (version "1.4.335.0") (source (origin (method git-fetch) @@ -99,7 +99,7 @@ and for the GLSL.std.450 extended instruction set. (url "https://github.com/KhronosGroup/SPIRV-Tools") (commit (string-append "vulkan-sdk-" version)))) (sha256 - (base32 "015xymrzch87f3xkzx9rvlglqp39zx4vphjb2dkl5w6qcpz5s1y8")) + (base32 "05rwpjnfaqn6yy10gn8c9xd0172ri5vgbqrjb7hfa1qjgrj7psqz")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments