mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: spirv-cross: Update to 1.4.335.0.
* gnu/packages/vulkan.scm (spirv-cross): Update to 1.4.335.0. Change-Id: I8fc0218acca39f646581c72eead214a9174c7522
This commit is contained in:
committed by
Andreas Enge
parent
75ed45e456
commit
8556b8ab61
@@ -125,7 +125,7 @@ parser,disassembler, validator, and optimizer for SPIR-V.")
|
||||
(define-public spirv-cross
|
||||
(package
|
||||
(name "spirv-cross")
|
||||
(version "1.4.321.0")
|
||||
(version "1.4.335.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -133,7 +133,7 @@ parser,disassembler, validator, and optimizer for SPIR-V.")
|
||||
(url "https://github.com/KhronosGroup/SPIRV-Cross")
|
||||
(commit (string-append "vulkan-sdk-" version))))
|
||||
(sha256
|
||||
(base32 "13fci6z74bxm8pbb3plchx31r04yzb4g11dbzcw3337dsgdllqma"))
|
||||
(base32 "04z7kcg0z4mfnsvfxw1bxzfyq1678zwf1d79j2hyvhkvd2c8fr86"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user