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:
dan 2024-03-28 11:54:50 +08:00 committed by John Kehayias
parent aea7691fdd
commit 083c9c0109
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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