gnu: vulkan-headers: Update to 1.2.164.

* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.164.
This commit is contained in:
Marius Bakke 2020-12-12 19:11:41 +01:00
parent f34060199a
commit 3a72e26be3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -183,7 +183,7 @@ (define-public glslang
(define-public vulkan-headers
(package
(name "vulkan-headers")
(version "1.2.148")
(version "1.2.164")
(source
(origin
(method git-fetch)
@ -193,7 +193,7 @@ (define-public vulkan-headers
(file-name (git-file-name name version))
(sha256
(base32
"1c877npvmkv2qxac308m3x0ij3il7hy5xk3fwsfi7s9dcsaxi63j"))))
"11wzxvwim4jna1yssbmprl211dhmz8vmrd498zww3bghzlj7bljv"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; No tests.