summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKaelyn Takata <kaelyn.alexi@protonmail.com>2022-09-01 16:27:00 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:10:50 -0400
commit86cf8bac6a512c3520ab3a48d41e6be9478934ae (patch)
treeaac4c1a8ded96cd777b76376c9b68d1f86672e30 /gnu
parente3c99fa2287ea982016e21a962e053a61ead59f1 (diff)
downloadguix-86cf8bac6a512c3520ab3a48d41e6be9478934ae.tar.gz
gnu: vulkan-headers: Update to 1.2.202.
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.202.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vulkan.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index eca83efe2f..9e9174ca7e 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -180,7 +180,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-headers
   (package
     (name "vulkan-headers")
-    (version "1.2.164")
+    (version "1.2.202")
     (source
      (origin
        (method git-fetch)
@@ -190,7 +190,7 @@ interpretation of the specifications for these languages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11wzxvwim4jna1yssbmprl211dhmz8vmrd498zww3bghzlj7bljv"))))
+         "0lsjpxqb7k2mf0w1qadpki6vnwxr29kjg5y1jafl3pvk0mdy1azj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.