guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/21: gnu: spirv-tools: Update to 1.3.280.0.


From: guix-commits
Subject: 10/21: gnu: spirv-tools: Update to 1.3.280.0.
Date: Mon, 1 Apr 2024 01:35:38 -0400 (EDT)

podiki pushed a commit to branch mesa-updates
in repository guix.

commit fb5299f54cbb53dc3bf2fb8d9b0f7901ffd7e22a
Author: dan <i@dan.games>
AuthorDate: Thu Mar 28 11:54:44 2024 +0800

    gnu: spirv-tools: Update to 1.3.280.0.
    
    * gnu/packages/vulkan.scm (spirv-tools): Update to 1.3.280.0.
    
    Change-Id: Ie6e438849f8f59a4b7616ab05e81c4a76d64dd9e
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 gnu/packages/vulkan.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index b4dfd191a9..ade0f65665 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -84,15 +84,15 @@ and for the GLSL.std.450 extended instruction set.
 (define-public spirv-tools
   (package
     (name "spirv-tools")
-    (version %vulkan-sdk-version)
+    (version "1.3.280.0")
     (source
      (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/KhronosGroup/SPIRV-Tools";)
-            (commit version)))
+            (commit (string-append "vulkan-sdk-" version))))
       (sha256
-       (base32 "03d489ind2az7w7q1slj3mdc04372r3qqbnd7m9akxbg7yix1a5j"))
+       (base32 "1sj84ngwcgmydlj88nx1a9jfmhmxlij7wc92khp8wf1vsfplayas"))
       (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]