guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: vulkan-loader: Update to 1.3.232.


From: guix-commits
Subject: 01/06: gnu: vulkan-loader: Update to 1.3.232.
Date: Mon, 21 Nov 2022 03:00:53 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 35b650f391ac3138bd040c5fc6778b125de74081
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 20:52:54 2022 +0100

    gnu: vulkan-loader: Update to 1.3.232.
    
    * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.3.232.
---
 gnu/packages/vulkan.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 6f58866627..49c7e2039f 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -44,6 +44,7 @@
   #:use-module (gnu packages wine)
   #:use-module (gnu packages xorg))
 
+;; Note: Remember to change vulkan-loader version when bumping this.
 (define %vulkan-sdk-version "sdk-1.3.231.1")
 
 (define-public spirv-headers
@@ -212,17 +213,19 @@ interpretation of the specifications for these 
languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version %vulkan-sdk-version)
+    ;; XXX: Take a slightly newer commit to fix a test failure on i686:
+    ;; https://github.com/KhronosGroup/Vulkan-Loader/pull/1036
+    (version "sdk-1.3.232")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/KhronosGroup/Vulkan-Loader";)
-             (commit version)))
+             (commit "v1.3.232")))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jx3hbmk0rlmh8mrwhn3l6ph6by3035pbndvm5ppikpljkf9lrhx"))))
+         "0w69sh669sx9pwlvv2rv92ds2hm2rbzsa6qqcmd8kcad0qfq7dz2"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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