gnu: vulkan-utility-libraries: Update to 1.4.313.

* gnu/packages/vulkan.scm (vulkan-utility-libraries): Update to 1.4.313.

Change-Id: Ie7cbeb3393fb3d33859bf3983385961e072025ec
This commit is contained in:
Maxim Cournoyer 2025-07-13 23:37:25 +09:00
parent 6988885e34
commit 7f81ac4984
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -726,7 +726,7 @@ storage.")
(define-public vulkan-utility-libraries (define-public vulkan-utility-libraries
(package (package
(name "vulkan-utility-libraries") (name "vulkan-utility-libraries")
(version "1.4.309.0") (version "1.4.313")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -734,7 +734,7 @@ storage.")
(url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries") (url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries")
(commit (string-append "vulkan-sdk-" version)))) (commit (string-append "vulkan-sdk-" version))))
(sha256 (sha256
(base32 "1ihk95gjszk9yn3r6xvda83qp7f463m86srj6cq43z01sk2naxkr")) (base32 "0gymlk0qz2k2970gyrijvk749zw49ffhc25zxqhzsgxxar8vhq1j"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments