gnu: vulkan-tools: Update to 1.2.201.
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.201.
This commit is contained in:
parent
c4fec03621
commit
f9e201c225
1 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ (define-public vulkan-loader
|
|||
(define-public vulkan-tools
|
||||
(package
|
||||
(name "vulkan-tools")
|
||||
(version "1.2.162")
|
||||
(version "1.2.201")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -267,7 +267,7 @@ (define-public vulkan-tools
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"129wzk7xj3vn3c8b4p7fzkd0npl58118s2i1d88gsfnlix54nagq"))))
|
||||
"1ik90d7pygaw2pq81brqmcjiczag3biqvgpqp3cpws07glf29lf9"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list glslang libxrandr vulkan-loader wayland))
|
||||
|
|
Loading…
Reference in a new issue