Skip to content

Commit

Permalink
obs-studio: 20.0.1 -> 20.1.0 + support more features
Browse files Browse the repository at this point in the history
  • Loading branch information
cillianderoiste committed Oct 24, 2017
1 parent b89022f commit 9e0b379
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/applications/video/obs-studio/default.nix
Expand Up @@ -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
Expand All @@ -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 ];
Expand All @@ -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
Expand Down

0 comments on commit 9e0b379

Please sign in to comment.