1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: spirv-tools: Update to 1.4.335.0.

* gnu/packages/vulkan.scm (spirv-tools): Update to 1.4.335.0.

Change-Id: I9be0c58bffca7219d65b0657c0d4c9766222a33f
This commit is contained in:
Cayetano Santos
2026-01-21 20:21:46 +01:00
committed by Andreas Enge
parent 8556b8ab61
commit baa79d6d09

View File

@@ -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