diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-21 20:21:46 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-16 10:16:39 +0100 |
| commit | baa79d6d09d24fcd3431cb5c1de8fdef81f1c048 (patch) | |
| tree | 3462f72beea354016e1986fe02b7b9562c1cb211 | |
| parent | 8556b8ab61687ae762369847d666b8935d01f5fe (diff) | |
gnu: spirv-tools: Update to 1.4.335.0.
* gnu/packages/vulkan.scm (spirv-tools): Update to 1.4.335.0.
Change-Id: I9be0c58bffca7219d65b0657c0d4c9766222a33f
| -rw-r--r-- | gnu/packages/vulkan.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index cfdf1d39358..ed99b0e3fca 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 |
