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:
Philippe SWARTVAGHER 2025-12-01 21:58:52 +01:00 committed by Cayetano Santos
parent d4713be6ea
commit b65b57ccb1
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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