1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-05 03:36:18 +02:00

gnu: vkd3d: Update to 1.2.

* gnu/packages/vulkan.scm (vkd3d): Update to 1.2.
This commit is contained in:
Leo Prikler
2021-01-24 18:57:31 +01:00
parent cbbac837dc
commit cd1ed8801a
+3 -3
View File
@@ -351,10 +351,10 @@ shader compilation.")
(license license:asl2.0)))
(define-public vkd3d
(let ((commit "ecda316ef54d70bf1b3e860755241bb75873e53f")) ; Release 1.1.
(let ((commit "56cd4a94d541707959ce7677af6d1a34739e5579")) ; Release 1.2.
(package
(name "vkd3d")
(version "1.1")
(version "1.2")
(source
(origin
(method git-fetch)
@@ -363,7 +363,7 @@ shader compilation.")
(commit commit)))
(sha256
(base32
"05a28kspy8gzng181w28zjqdb3pj2ss83b0lwnppxbcdzsz7rvrf"))
"1n4a622drgnprvz5hjxzyzcsg2lp5rlf1sajki2vzf5gsx6fdpk8"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments