summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-07-13 23:18:32 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:48:15 +0900
commit5da57175cbb53e12a9978b7e133ab967a67e30ea (patch)
treee57070098b24b34ff884442221ca6502f0cb0b7b
parent66e8c4dbc93fb9f5fdb4b5f9299fe8517e002320 (diff)
gnu: spirv-tools: Update to 1.4.313.0.
* gnu/packages/vulkan.scm (spirv-tools): Update to 1.4.313.0. Change-Id: Id436a37723e3fbc75525877f66bbf092b19db8db
-rw-r--r--gnu/packages/vulkan.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index b44914573f..48fb9a20aa 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.4.309.0")
+ (version "1.4.313.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 "1ykrsd3fl8sx9sq8pc551swacqnl0xwv3p0l1ppdpw2h2mvz8syr"))
+ (base32 "0s1v894024bmhqjp4pk7706j0vaxm8chxz6nk6vgasrf24wq8v4w"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments