mbakke pushed a commit to branch staging
in repository guix.
commit 1512cfb3118e354180f0b62c769a888c8b603a6e
Author: Kaelyn Takata <[email protected]>
AuthorDate: Thu Sep 1 16:27:22 2022 +0000
gnu: vulkan-tools: Update to 1.2.201.
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.201.
---
gnu/packages/vulkan.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 74432298f8..104f4336f3 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -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))