gnu: vulkan-tools: Update to 1.2.201.
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.201.master
parent
c4fec03621
commit
f9e201c225
|
@ -257,7 +257,7 @@ and the ICD.")
|
||||||
(define-public vulkan-tools
|
(define-public vulkan-tools
|
||||||
(package
|
(package
|
||||||
(name "vulkan-tools")
|
(name "vulkan-tools")
|
||||||
(version "1.2.162")
|
(version "1.2.201")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -267,7 +267,7 @@ and the ICD.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"129wzk7xj3vn3c8b4p7fzkd0npl58118s2i1d88gsfnlix54nagq"))))
|
"1ik90d7pygaw2pq81brqmcjiczag3biqvgpqp3cpws07glf29lf9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list glslang libxrandr vulkan-loader wayland))
|
(list glslang libxrandr vulkan-loader wayland))
|
||||||
|
|
Reference in New Issue