guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vulkan-loader: Update to 1.1.92.1.


From: guix-commits
Subject: 01/01: gnu: vulkan-loader: Update to 1.1.92.1.
Date: Thu, 29 Nov 2018 05:00:14 -0500 (EST)

rhelling pushed a commit to branch staging
in repository guix.

commit e9a8b603337802a77ff2d68f0d30dc0e67721e3a
Author: Rutger Helling <address@hidden>
Date:   Wed Nov 28 17:13:01 2018 +0100

    gnu: vulkan-loader: Update to 1.1.92.1.
    
    * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.92.1.
---
 gnu/packages/vulkan.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index a5f75cd..2fb245e 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -186,7 +186,8 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version (package-version vulkan-headers))
+    ;; TODO: Inherit from vulkan-headers when version numbers match again
+    (version "1.1.92.1")
     (source
      (origin
        (method url-fetch)
@@ -195,7 +196,7 @@ interpretation of the specifications for these languages.")
              "archive/sdk-" version ".tar.gz"))
        (sha256
         (base32
-         "0vb35h05lyy1df0v6gq68h0scxizxpmjwbc90bjql6ixspmyb2im"))))
+         "1kx07ypbwnmn6cxv9z0vbngq5l83f1sffzh7wmkzrl69y1cmazi0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;FIXME: 23/39 tests fail.  Try "tests/run_all_tests.sh".



reply via email to

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