mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: shaderc: Update to 2025.3.
* gnu/packages/vulkan.scm (shaderc): Update to 2025.3. Change-Id: If5ac7736ba1f32ddd24aaba45e179768aa37558f
This commit is contained in:
parent
7f81ac4984
commit
6d19de920d
1 changed files with 2 additions and 2 deletions
|
@ -484,7 +484,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.1")
|
(version "2025.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -494,7 +494,7 @@ API.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hbsvyyy5fzgal83z8kx4a3x9d2fnd2fcs53l3s9n0pyybip3i5j"))))
|
"0w1mj5b3n6kp0brqindb7fppvllzlywkdk1zglkbj3bw8k0795mb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FIXME: Skip most of the tests, because enabling system gtest breaks
|
`(;; FIXME: Skip most of the tests, because enabling system gtest breaks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue