mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: obs-vkcapture: Update to 1.5.0.
The previous version failed to build after (presumably) the vulkan updates. * gnu/packages/video.scm (obs-vkcapture): Update to 1.5.0. Change-Id: I832c76aef5dff04b1c0ee0fe57304dd638e38194
This commit is contained in:
parent
cc258692e0
commit
31b981bdcd
1 changed files with 2 additions and 2 deletions
|
@ -4186,7 +4186,7 @@ (define-public obs-wlrobs
|
|||
(define-public obs-vkcapture
|
||||
(package
|
||||
(name "obs-vkcapture")
|
||||
(version "1.3.0")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4195,7 +4195,7 @@ (define-public obs-vkcapture
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18v15bfzm31qkpwipvbqgzak4z6f2hhq6mnz2bvhwnv57whirln6"))))
|
||||
"00a69rg1inkssccqmwp1j85vrw17j2k6d5pidvzfdq94vvad10w5"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;no tests
|
||||
|
|
Loading…
Reference in a new issue