me
/
guix
Archived
1
0
Fork 0

gnu: vkd3d: Update to 1.2.

* gnu/packages/vulkan.scm (vkd3d): Update to 1.2.
master
Leo Prikler 2021-01-24 18:57:31 +01:00
parent cbbac837dc
commit cd1ed8801a
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 3 additions and 3 deletions

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