diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-03-20 00:08:28 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-06-08 15:35:17 -0400 |
commit | 5141b52fc66d1b97261e6041a7532bb875f01a2c (patch) | |
tree | 118644ad92971f7be9dbe6a9619ed188ccb46a3d | |
parent | fa8b57d5754e54683f17592da6c1d5b325ff50c2 (diff) |
gnu: vulkan-headers/no-loader: Update to 1.4.309.0.
Note that vulkan-headers will not build without the next commit to also update
vulkan-loader to the same version.
* gnu/packages/vulkan.scm (vulkan-headers/no-loader): Update to 1.4.309.0.
Change-Id: Ib845452f0297534300a63d68db66924e43733984
-rw-r--r-- | gnu/packages/vulkan.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm index 83f78ccca1..ee9f094ae9 100644 --- a/gnu/packages/vulkan.scm +++ b/gnu/packages/vulkan.scm @@ -305,7 +305,7 @@ Enhanced Subpixel Morphological Anti-Aliasing (define-public vulkan-headers/no-loader (package (name "vulkan-headers") - (version "1.3.280.0") + (version "1.4.309.0") (source (origin (method git-fetch) @@ -315,7 +315,7 @@ Enhanced Subpixel Morphological Anti-Aliasing (file-name (git-file-name name version)) (sha256 (base32 - "13mmv5621z73hlfnsrccbcb4z0d7kwj92a081701vbpss45a4whj")))) + "0ncj4gqb5zmkgmd205frrq8rxxdqlissqpj2fq3wxkdbdyx7pwid")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; No tests. |