mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ use the Vulkan API.")
|
||||||
(define-public volk
|
(define-public volk
|
||||||
(package
|
(package
|
||||||
(name "volk")
|
(name "volk")
|
||||||
(version %vulkan-sdk-version)
|
(version "1.3.280.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/zeux/volk")
|
(url "https://github.com/zeux/volk")
|
||||||
(commit version)))
|
(commit (string-append "vulkan-sdk-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xaw3kg754mknx8lfj1p74a9npjfvdvlpicvn0hla4495zpc10rq"))))
|
"0x4jhc8n9c4k8svmmcaxxs613xbsav7wam94gacddlm738cwp13v"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no test
|
'(#:tests? #f ;no test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue