mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6988885e34
commit
7f81ac4984
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue