guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: vulkan-loader: Update to sdk-1.3.231.1.


From: guix-commits
Subject: 07/10: gnu: vulkan-loader: 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 d0cf0ab1e4ff22b076a3085249caa3099e059b32
Author: dan <i@dan.games>
AuthorDate: Sat Nov 19 23:02:44 2022 +0800

    gnu: vulkan-loader: Update to sdk-1.3.231.1.
    
    * gnu/packages/vulkan.scm (vulkan-loader): 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 bb50b6f13c..7fddbbd52e 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -211,17 +211,17 @@ interpretation of the specifications for these 
languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version "1.2.202")
+    (version %vulkan-sdk-version)
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/KhronosGroup/Vulkan-Loader";)
-             (commit (string-append "v" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1vsaa16clncz19lihgj39rdg4dspkxjay1ii6pkf6fpl1vkw1dh2"))))
+         "0jx3hbmk0rlmh8mrwhn3l6ph6by3035pbndvm5ppikpljkf9lrhx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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