mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vulkan-loader: Update to 1.4.313.0.
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.4.313.0. Change-Id: I5a969aab936ae40a7694dcc0d92e158d8375290a
This commit is contained in:
parent
ca3bef0306
commit
728008668d
1 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
|
||||||
(define-public vulkan-loader
|
(define-public vulkan-loader
|
||||||
(package
|
(package
|
||||||
(name "vulkan-loader")
|
(name "vulkan-loader")
|
||||||
(version "1.4.309.0")
|
(version "1.4.313.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -372,7 +372,7 @@ Enhanced Subpixel Morphological Anti-Aliasing
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y6wqc8adzg7ndmbr95nzhcxf93qsfndfdnsym5pkbjfx454151d"))))
|
"1ycwgz012098xhgi8an7jy3n755k5j47v18wpq62sikldz4j7qh9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue