diff options
author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2022-09-01 16:26:48 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:10:50 -0400 |
commit | e3c99fa2287ea982016e21a962e053a61ead59f1 (patch) | |
tree | f580b5edbc5a3e80d5509a921eed6b7c07b63dd4 /gnu/packages | |
parent | 2ffee7d92df1ae07659c113489717cc9343ddde9 (diff) | |
download | guix-e3c99fa2287ea982016e21a962e053a61ead59f1.tar.gz |
gnu: spirv-tools: Update to 2021.4.
* gnu/packages/vulkan.scm (spirv-tools): Update to 2021.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/vulkan.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index 014c07bd56..eca83efe2f 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -76,7 +76,7 @@ and for the GLSL.std.450 extended instruction set. (define-public spirv-tools (package (name "spirv-tools") - (version "2020.2") + (version "2021.4") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ and for the GLSL.std.450 extended instruction set. (url "https://github.com/KhronosGroup/SPIRV-Tools") (commit (string-append "v" version)))) (sha256 - (base32 "00b7xgyrcb2qq63pp3cnw5q1xqx2d9rfn65lai6n6r89s1vh3vg6")) + (base32 "1f0kzgx8ishzxhzrcvcmpkmb3cigyya92p3bdabsgbjr6mkmcdj3")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |