guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: vulkan-headers: Update to sdk-1.3.231.1.


From: guix-commits
Subject: 06/10: gnu: vulkan-headers: Update to sdk-1.3.231.1.
Date: Sun, 20 Nov 2022 03:32:30 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 98bf61b3901257a79ff5b9269b5b1091211162cc
Author: dan <i@dan.games>
AuthorDate: Sat Nov 19 23:02:43 2022 +0800

    gnu: vulkan-headers: Update to sdk-1.3.231.1.
    
    * gnu/packages/vulkan.scm (vulkan-headers): Update to sdk-1.3.231.1.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 3440c671dc..bb50b6f13c 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -187,17 +187,17 @@ interpretation of the specifications for these 
languages.")
 (define-public vulkan-headers
   (package
     (name "vulkan-headers")
-    (version "1.2.202")
+    (version %vulkan-sdk-version)
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/KhronosGroup/Vulkan-Headers";)
-             (commit (string-append "v" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0lsjpxqb7k2mf0w1qadpki6vnwxr29kjg5y1jafl3pvk0mdy1azj"))))
+         "167zdank6pn66mzjdwgrdlmhmsy4v2k0nhw0nwg649k863rgi00j"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.



reply via email to

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