diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2025-03-19 22:20:05 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-06-08 15:35:14 -0400 |
| commit | eb37081c1f15deb56b3eb3e614521efea8506e41 (patch) | |
| tree | 4fc4b88ca61b0d24d1ae8d6370958112bf3797b6 /gnu | |
| parent | 4526c5ecb386e41976c4f62eb1ee9b9115ed852e (diff) | |
gnu: spirv-tools: Update to 1.4.309.0.
* gnu/packages/vulkan.scm (spirv-tools): Update to 1.4.309.0.
Change-Id: I440a8b56650e66de3b626c77e4ebb5352dbef4b6
Diffstat (limited to 'gnu')
| -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 6f870719aff..fbfd143a65e 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -85,7 +85,7 @@ and for the GLSL.std.450 extended instruction set. (define-public spirv-tools (package (name "spirv-tools") - (version "1.3.280.0") + (version "1.4.309.0") (source (origin (method git-fetch) @@ -93,7 +93,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 "1sj84ngwcgmydlj88nx1a9jfmhmxlij7wc92khp8wf1vsfplayas")) + (base32 "1ykrsd3fl8sx9sq8pc551swacqnl0xwv3p0l1ppdpw2h2mvz8syr")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |
