about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-10-24 23:09:33 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-10-24 23:09:33 +0200
commit9e0b37944bfa09914663b2ba8c4acfa230061275 (patch)
tree8233154ae2e6bd3baf728d9dcf05ac2ac39f4f2f /pkgs/applications/video
parentb89022f2c534033bf7bbad9c7c41fb191ab1c69c (diff)
obs-studio: 20.0.1 -> 20.1.0 + support more features
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/obs-studio/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index 3707f32c9d3c6..5d82a8c5d096e 100644
--- a/pkgs/applications/video/obs-studio/default.nix
+++ b/pkgs/applications/video/obs-studio/default.nix
@@ -4,17 +4,20 @@
 , fdk_aac
 , ffmpeg
 , jansson
+, libjack2
 , libxkbcommon
 , libpthreadstubs
 , libXdmcp
 , qtbase
 , qtx11extras
+, speex
 , libv4l
 , x264
 , curl
 , xorg
 , makeWrapper
 , pkgconfig
+, vlc
 
 , alsaSupport ? false
 , alsaLib
@@ -26,13 +29,13 @@ let
   optional = stdenv.lib.optional;
 in stdenv.mkDerivation rec {
   name = "obs-studio-${version}";
-  version = "20.0.1";
+  version = "20.1.0";
 
   src = fetchFromGitHub {
     owner = "jp9000";
     repo = "obs-studio";
     rev = "${version}";
-    sha256 = "1f701rh4w88ba48b50y16fvmzzsyv4y5nv30mrx3pb2ni7wyanld";
+    sha256 = "1366nl301rhz8cfbq89ixiq1hdxdn8iimz9xyln274anghz02sbr";
   };
 
   patches = [ ./find-xcb.patch ];
@@ -45,13 +48,16 @@ in stdenv.mkDerivation rec {
                   fdk_aac
                   ffmpeg
                   jansson
+                  libjack2
                   libv4l
                   libxkbcommon
                   libpthreadstubs
                   libXdmcp
                   qtbase
                   qtx11extras
+                  speex
                   x264
+                  vlc
                   makeWrapper
                 ]
                 ++ optional alsaSupport alsaLib