summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-04-03 17:19:51 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-04-03 17:19:51 -0400
commit31b981bdcd910527c32e0ad89276be84cb483551 (patch)
treeec7f923d03920234c4b688091db25be0f5623254
parentcc258692e00da5d70c034e5e51a677caded56060 (diff)
downloadguix-patches-31b981bdcd910527c32e0ad89276be84cb483551.tar
guix-patches-31b981bdcd910527c32e0ad89276be84cb483551.tar.gz
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
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 94334e0c97..ddd4b354f4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4186,7 +4186,7 @@ Wayland compositors.")
(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 @@ Wayland compositors.")
(file-name (git-file-name name version))
(sha256
(base32
- "18v15bfzm31qkpwipvbqgzak4z6f2hhq6mnz2bvhwnv57whirln6"))))
+ "00a69rg1inkssccqmwp1j85vrw17j2k6d5pidvzfdq94vvad10w5"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ;no tests