diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-14 22:27:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-15 03:45:56 +0100 |
commit | 708e76287c8181f75052314cf9f0330b19b2a238 (patch) | |
tree | 4d8a634ffca1fe4ef544e6396a0365f91cf283d8 /gnu/packages/video.scm | |
parent | 17753e6edb81a67170236b64aad09e424897c1ce (diff) | |
download | guix-708e76287c8181f75052314cf9f0330b19b2a238.tar guix-708e76287c8181f75052314cf9f0330b19b2a238.tar.gz |
gnu: obs: Update to 18.0.1.
* gnu/packages/video.scm (obs): Update to 18.0.1.
Diffstat (limited to 'gnu/packages/video.scm')
-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 aa4c043652..9e18790d6f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1490,7 +1490,7 @@ be used for realtime video capture via Linux-specific APIs.") (define-public obs (package (name "obs") - (version "18.0.0") + (version "18.0.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/jp9000/obs-studio" @@ -1498,7 +1498,7 @@ be used for realtime video capture via Linux-specific APIs.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0pxrzzp8z7kmwfdp49rwrk0j3lpya6garvbbzzfvldwhyam9az5d")))) + "043f8mfdh4ll0hpivpyg3iniirckwsgri0gzamyrba1yhf2c2ibr")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |