summary refs log tree commit diff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2019-03-12 11:18:17 +0100
committerRutger Helling <rhelling@mykolab.com>2019-03-12 11:20:41 +0100
commit47b3eed821cf86c350dc4b0fdbe75647cdc275b0 (patch)
treef2f02cbd6e3f9aac8fa9317a7b9310523fe60f33
parente440a7564084c84658c1af9ff424b1cc4df32b7b (diff)
downloadguix-47b3eed821cf86c350dc4b0fdbe75647cdc275b0.tar.gz
gnu: vulkan-headers: Update to 1.103.
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.103.
* gnu/packages/vulkan.scm (vulkan-loader): Adjust version.
* gnu/packages/vulkan.scm (vulkan-tools): Adjust version.
-rw-r--r--gnu/packages/vulkan.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 98a0523ee7..7517d24b69 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -163,7 +163,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-headers
   (package
     (name "vulkan-headers")
-    (version "1.1.102")
+    (version "1.1.103")
     (source
      (origin
        (method git-fetch)
@@ -173,7 +173,7 @@ interpretation of the specifications for these languages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dkjg48l7dfpq16bq1w9c3y9dwpj2hhv7b3njvj52lpgpa14s0f9"))))
+         "1q3c79rf3mma0vqmwnxwps588pnyzap4nn49hk41m39k79vniaz8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; No tests.
@@ -187,7 +187,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version (package-version vulkan-headers))
+    (version "1.1.102")
     (source
      (origin
        (method git-fetch)
@@ -244,7 +244,7 @@ and the ICD.")
 (define-public vulkan-tools
   (package
     (name "vulkan-tools")
-    (version (package-version vulkan-headers))
+    (version "1.1.102")
     (source
      (origin
        (method git-fetch)