gnu: spirv-tools: Update to 2022.4.
* gnu/packages/vulkan.scm (spirv-tools): Update to 2022.4.
This commit is contained in:
		
							parent
							
								
									3c1980936c
								
							
						
					
					
						commit
						c26b40e29c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,7 @@ and for the GLSL.std.450 extended instruction set.
 | 
			
		|||
(define-public spirv-tools
 | 
			
		||||
  (package
 | 
			
		||||
    (name "spirv-tools")
 | 
			
		||||
    (version "2021.4")
 | 
			
		||||
    (version "2022.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -86,7 +86,7 @@ and for the GLSL.std.450 extended instruction set.
 | 
			
		|||
            (url "https://github.com/KhronosGroup/SPIRV-Tools")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (sha256
 | 
			
		||||
       (base32 "1f0kzgx8ishzxhzrcvcmpkmb3cigyya92p3bdabsgbjr6mkmcdj3"))
 | 
			
		||||
       (base32 "03d489ind2az7w7q1slj3mdc04372r3qqbnd7m9akxbg7yix1a5j"))
 | 
			
		||||
      (file-name (git-file-name name version))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue