gnu: vulkan-loader: Update to 1.2.162.

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

View file

@ -207,7 +207,7 @@ interpretation of the specifications for these languages.")
(define-public vulkan-loader (define-public vulkan-loader
(package (package
(name "vulkan-loader") (name "vulkan-loader")
(version "1.2.148") (version "1.2.162")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -217,7 +217,7 @@ interpretation of the specifications for these languages.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rxh4q09k0pdl3xlvxdv5qkak4d7az25gijxr5w170fjnd8yfrhk")))) "15gx9ab6w1sjq9hkpbas7z2f8f47j6mlln6p3w26qmydjj8gfjjv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases