podiki pushed a commit to branch mesa-updates in repository guix. commit 4a4dcbe1ac80c66ed7f6c5df695f0e8d2795b2b3 Author: John Kehayias <john.kehay...@protonmail.com> AuthorDate: Wed Mar 19 22:17:33 2025 -0400
gnu: spirv-headers: Update to 1.4.309.0. * gnu/packages/vulkan.scm (spirv-headers): Update to 1.4.309.0. Change-Id: Iad980096e36bc799cc74385b39430891c44fa767 --- gnu/packages/vulkan.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index 3207638a76..6f870719af 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2022, 2024 dan <i@dan.games> ;;; Copyright © 2023, 2024 Zheng Junjie <873216...@qq.com> ;;; Copyright © 2024 James Smith <jsubunt...@disroot.org> +;;; Copyright © 2025 John Kehayias <john.kehay...@protonmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,7 +53,7 @@ (define-public spirv-headers (package (name "spirv-headers") - (version "1.3.280.0") + (version "1.4.309.0") (source (origin (method git-fetch) @@ -61,7 +62,7 @@ (commit (string-append "vulkan-sdk-" version)))) (sha256 (base32 - "17jw5gwj2vmicyd6522b1zp7x551krfj826j0fg5kl0ixv0q08wk")) + "15l35w60sbw1i3a48057hvpvldf0lrlfmkz73bp456g2jn5vln23")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments