apteryx pushed a commit to branch master
in repository guix.
commit 8b670f5978a999f042c8eeb69411b3060162286b
Author: dan <[email protected]>
AuthorDate: Sat Nov 19 23:02:44 2022 +0800
gnu: vulkan-loader: Update to sdk-1.3.231.1.
* gnu/packages/vulkan.scm (vulkan-loader): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <[email protected]>
---
gnu/packages/vulkan.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index a75ec5c7a1..35353c1ffb 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -208,17 +208,17 @@ interpretation of the specifications for these
languages.")
(define-public vulkan-loader
(package
(name "vulkan-loader")
- (version "1.2.202")
+ (version %vulkan-sdk-version)
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/KhronosGroup/Vulkan-Loader")
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1vsaa16clncz19lihgj39rdg4dspkxjay1ii6pkf6fpl1vkw1dh2"))))
+ "0jx3hbmk0rlmh8mrwhn3l6ph6by3035pbndvm5ppikpljkf9lrhx"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags