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:
John Kehayias 2024-04-03 17:19:51 -04:00
parent cc258692e0
commit 31b981bdcd
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -4186,7 +4186,7 @@ (define-public obs-wlrobs
(define-public obs-vkcapture (define-public obs-vkcapture
(package (package
(name "obs-vkcapture") (name "obs-vkcapture")
(version "1.3.0") (version "1.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -4195,7 +4195,7 @@ (define-public obs-vkcapture
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18v15bfzm31qkpwipvbqgzak4z6f2hhq6mnz2bvhwnv57whirln6")))) "00a69rg1inkssccqmwp1j85vrw17j2k6d5pidvzfdq94vvad10w5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ;no tests '(#:tests? #f)) ;no tests