diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-04-03 17:19:51 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-04-03 17:19:51 -0400 |
commit | 31b981bdcd910527c32e0ad89276be84cb483551 (patch) | |
tree | ec7f923d03920234c4b688091db25be0f5623254 | |
parent | cc258692e00da5d70c034e5e51a677caded56060 (diff) | |
download | guix-31b981bdcd910527c32e0ad89276be84cb483551.tar guix-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.scm | 4 |
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 |