mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: shaderc: Update to 2025.5.
* gnu/packages/vulkan.scm (shaderc): Update to 2025.5. Closes guix/guix!4607 Change-Id: I406634f66ef8bab883f32cb489dd40285799cc19 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
d4713be6ea
commit
b65b57ccb1
1 changed files with 2 additions and 2 deletions
|
|
@ -515,7 +515,7 @@ API.")
|
||||||
(package
|
(package
|
||||||
(name "shaderc")
|
(name "shaderc")
|
||||||
;; shaderc doesn't follow the versioning scheme of vulkan sdk
|
;; shaderc doesn't follow the versioning scheme of vulkan sdk
|
||||||
(version "2025.3")
|
(version "2025.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -525,7 +525,7 @@ API.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb"))))
|
"0i1rwn4xg8galdxw66p72m36q5vx8zx42ypdcmhv15nv6mj92q9y"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue