me
/
guix
Archived
1
0
Fork 0

gnu: vulkan-tools: Update to sdk-1.3.231.1.

* gnu/packages/vulkan.scm (vulkan-tools): Update to sdk-1.3.231.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
dan 2022-11-19 23:02:45 +08:00 committed by Marius Bakke
parent d0cf0ab1e4
commit cc1a48f967
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -264,20 +264,20 @@ and the ICD.")
(define-public vulkan-tools (define-public vulkan-tools
(package (package
(name "vulkan-tools") (name "vulkan-tools")
(version "1.2.201") (version %vulkan-sdk-version)
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/KhronosGroup/Vulkan-Tools") (url "https://github.com/KhronosGroup/Vulkan-Tools")
(commit (string-append "v" version)))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ik90d7pygaw2pq81brqmcjiczag3biqvgpqp3cpws07glf29lf9")))) "0jzwjfx4c7y15wkwfhhc64rzljpi47bxrm5jw5blfsqjh8zsd27a"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list glslang libxrandr vulkan-loader wayland)) (list glslang libxrandr vulkan-loader wayland wayland-protocols))
(native-inputs (native-inputs
(list pkg-config python vulkan-headers)) (list pkg-config python vulkan-headers))
(arguments (arguments