gnu: vulkan-loader: Inherit version from vulkan-headers.
* gnu/packages/vulkan.scm (vulkan-loader): Inherit version from vulkan-headers.
This commit is contained in:
		
							parent
							
								
									e282611820
								
							
						
					
					
						commit
						5d28e49b1b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue