me
/
guix
Archived
1
0
Fork 0

gnu: vulkan-tools: Update to 1.2.201.

* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.201.
master
Kaelyn Takata 2022-09-01 16:27:22 +00:00 committed by Marius Bakke
parent af187772e6
commit 1512cfb311
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ and the ICD.")
(define-public vulkan-tools
(package
(name "vulkan-tools")
(version "1.2.162")
(version "1.2.201")
(source
(origin
(method git-fetch)
@ -270,7 +270,7 @@ and the ICD.")
(file-name (git-file-name name version))
(sha256
(base32
"129wzk7xj3vn3c8b4p7fzkd0npl58118s2i1d88gsfnlix54nagq"))))
"1ik90d7pygaw2pq81brqmcjiczag3biqvgpqp3cpws07glf29lf9"))))
(build-system cmake-build-system)
(inputs
(list glslang libxrandr vulkan-loader wayland))