gnu: spirv-tools: Replace version with %vulkan-sdk-version.
* gnu/packages/vulkan.scm (spirv-tools)[version]: Replace with %vulkan-sdk-version. The commit of tag '2022.4' and 'sdk-1.3.231.1' are the same. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
8915e43ce0
commit
83bd0430b8
|
@ -80,13 +80,13 @@ and for the GLSL.std.450 extended instruction set.
|
|||
(define-public spirv-tools
|
||||
(package
|
||||
(name "spirv-tools")
|
||||
(version "2022.4")
|
||||
(version %vulkan-sdk-version)
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KhronosGroup/SPIRV-Tools")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "03d489ind2az7w7q1slj3mdc04372r3qqbnd7m9akxbg7yix1a5j"))
|
||||
(file-name (git-file-name name version))))
|
||||
|
|
Reference in New Issue