obs-studio: 23.0.2 -> 23.1.0

This commit is contained in:
Justin Wood 2019-05-03 14:17:14 -04:00
parent c53b8aa77b
commit 6a03c9feac
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@
, libXdmcp , libXdmcp
, qtbase , qtbase
, qtx11extras , qtx11extras
, qtsvg
, speex , speex
, libv4l , libv4l
, x264 , x264
@ -36,13 +37,13 @@ let
optional = stdenv.lib.optional; optional = stdenv.lib.optional;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "obs-studio-${version}"; name = "obs-studio-${version}";
version = "23.0.2"; version = "23.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jp9000"; owner = "jp9000";
repo = "obs-studio"; repo = "obs-studio";
rev = "${version}"; rev = "${version}";
sha256 = "1c0a5vy4h3qwz69qw3bydyk7r651ib5a9jna4yj6c25p3p9isdvp"; sha256 = "1iavrkjp7vgg0blm4lmj4mc4hrfx8yjaiwx55wmc5ynw80v37ybc";
}; };
nativeBuildInputs = [ cmake nativeBuildInputs = [ cmake
@ -60,6 +61,7 @@ in stdenv.mkDerivation rec {
libXdmcp libXdmcp
qtbase qtbase
qtx11extras qtx11extras
qtsvg
speex speex
x264 x264
vlc vlc