1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

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
This commit is contained in:
John Kehayias
2025-03-20 00:08:28 -04:00
parent fa8b57d575
commit 5141b52fc6
+2 -2
View File
@@ -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.