diff options
| author | Steve George <steve@futurile.net> | 2025-12-08 17:06:09 +0000 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:45 +0000 |
| commit | e0baacdbf8a498e3853facf5d773bc2c311a7ee2 (patch) | |
| tree | 8002e8fce737f1eeb2df7d48e3ae32872eca6833 /gnu/packages/video.scm | |
| parent | 2f008f4dd956426bd11e994eb5e656c58e3245ce (diff) | |
gnu: obs-vkcapture: Update to 1.5.3.
* gnu/packages/video.scm (obs-vkcapture): Update to 1.5.3.
[source]: Update style.
Change-Id: If400d607307055a0357180fd7c9cef995930ef67
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages/video.scm')
| -rw-r--r-- | gnu/packages/video.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ba936782dec..973eb1877f4 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4822,16 +4822,16 @@ Wayland compositors.") (define-public obs-vkcapture (package (name "obs-vkcapture") - (version "1.5.2") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nowrep/obs-vkcapture") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0p4v3c6wsgkvh3kszdl47w8j0f4q5n1rv6bk8alvipf97r4x25w2")))) + (version "1.5.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/nowrep/obs-vkcapture") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "14mmmylfjyx60xqfvr4izfkzgwr08ngyj0409g5g6l970rzvpdnf")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ;no tests |
