mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: volk: Update to 1.3.280.0.
* gnu/packages/vulkan.scm (volk): Update to 1.3.280.0. Change-Id: I4f72df2ba6784f3dae93cf60361e1bceaf61d3bb Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
aea7691fdd
commit
083c9c0109
1 changed files with 3 additions and 3 deletions
|
@ -536,16 +536,16 @@ (define-public vulkan-validationlayers
|
|||
(define-public volk
|
||||
(package
|
||||
(name "volk")
|
||||
(version %vulkan-sdk-version)
|
||||
(version "1.3.280.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zeux/volk")
|
||||
(commit version)))
|
||||
(commit (string-append "vulkan-sdk-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xaw3kg754mknx8lfj1p74a9npjfvdvlpicvn0hla4495zpc10rq"))))
|
||||
"0x4jhc8n9c4k8svmmcaxxs613xbsav7wam94gacddlm738cwp13v"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no test
|
||||
|
|
Loading…
Reference in a new issue