guix-commits
[Top][All Lists]
Advanced

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

33/40: gnu: vulkan-tools: Update to 1.2.162.


From: guix-commits
Subject: 33/40: gnu: vulkan-tools: Update to 1.2.162.
Date: Sun, 13 Dec 2020 15:46:21 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 9045b3bb34a9514d0e6dc122e7b5d9be8c29cd32
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 19:12:42 2020 +0100

    gnu: vulkan-tools: Update to 1.2.162.
    
    * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.162.
---
 gnu/packages/vulkan.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 81eba54..ea22a7b 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -261,7 +261,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version "1.2.148")
+    (version "1.2.162")
     (source
      (origin
        (method git-fetch)
@@ -271,7 +271,7 @@ and the ICD.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1908fw4rvg5iaim8ph0c0bzhac6jplg8dhfs6dpxd1dapzwqllkf"))))
+         "129wzk7xj3vn3c8b4p7fzkd0npl58118s2i1d88gsfnlix54nagq"))))
     (build-system cmake-build-system)
     (inputs
      `(("glslang" ,glslang)



reply via email to

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