mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: spirv-cross: Update to 1.4.313.0.
* gnu/packages/vulkan.scm (spirv-cross): Update to 1.4.313.0. Change-Id: Idee2fa8bd45d2510990bb0d6ab1f9352094693ef
This commit is contained in:
parent
e617758bb2
commit
7d505d1109
1 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
||||||
;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
|
;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
|
||||||
|
;;; Copyright © 2025 Maxim Cournoyer <maxim@guixotic.coop>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -117,7 +118,7 @@ parser,disassembler, validator, and optimizer for SPIR-V.")
|
||||||
(define-public spirv-cross
|
(define-public spirv-cross
|
||||||
(package
|
(package
|
||||||
(name "spirv-cross")
|
(name "spirv-cross")
|
||||||
(version "1.4.309.0")
|
(version "1.4.313.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -125,7 +126,7 @@ parser,disassembler, validator, and optimizer for SPIR-V.")
|
||||||
(url "https://github.com/KhronosGroup/SPIRV-Cross")
|
(url "https://github.com/KhronosGroup/SPIRV-Cross")
|
||||||
(commit (string-append "vulkan-sdk-" version))))
|
(commit (string-append "vulkan-sdk-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sckwqz67mh48zypgr1r9x101mcq1dlkh8sxi341ynrxzjk8rm3j"))
|
(base32 "1h246sy4hxpb5yw0a34b2bhd5qrrvflqrgr20n0058f6aigggxj6"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue