me
/
guix
Archived
1
0
Fork 0

gnu: spirv-tools: Update to 2021.4.

* gnu/packages/vulkan.scm (spirv-tools): Update to 2021.4.
master
Kaelyn Takata 2022-09-01 16:26:48 +00:00 committed by Maxim Cournoyer
parent 2ffee7d92d
commit e3c99fa228
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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