gnu: vulkan-loader: Inherit version from vulkan-headers.

* gnu/packages/vulkan.scm (vulkan-loader): Inherit version from
vulkan-headers.
master
Rutger Helling 2018-07-07 22:37:50 +02:00
parent e282611820
commit 5d28e49b1b
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ interpretation of the specifications for these languages.")
(define-public vulkan-loader
(package
(name "vulkan-loader")
(version "1.1.77.0")
(version (package-version vulkan-headers))
(source
(origin
(method url-fetch)