podiki pushed a commit to branch mesa-updates
in repository guix.

commit 62d2264e47413e9e9e1e1e0836da094ef55ae087
Author: John Kehayias <[email protected]>
AuthorDate: Thu Mar 20 00:09:30 2025 -0400

    gnu: vulkan-tools: Update to 1.4.309.0.
    
    * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.4.309.0.
    
    Change-Id: I322683d3251e65eb4f07cfd5f887e31fcb4b06bc
---
 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 b8d635d79b..0d6ce87691 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -429,7 +429,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version "1.3.280.0")
+    (version "1.4.309.0")
     (source
      (origin
        (method git-fetch)
@@ -444,7 +444,7 @@ and the ICD.")
                      "// 
ASSERT_EQ(std::string(driver_properties.driverInfo)")))
        (sha256
         (base32
-         "0w0m04vscr4a6vr682g3mn7mfni740cmai9ylzlgfdggb77y58xz"))))
+         "0ywvvkra29y2cvw8i9laf4skn6cl7phrwshcc7z9dljb3il87cym"))))
     (build-system cmake-build-system)
     (inputs
      (list glslang libxrandr vulkan-loader wayland wayland-protocols))

Reply via email to