forked from mirrors/nixpkgs
obs-studio: 0.10.0 -> 0.11.1
This version also adds a curl dependency.
This commit is contained in:
parent
f2ba10d15f
commit
664af7b909
|
@ -7,6 +7,7 @@
|
|||
, qt5
|
||||
, libv4l
|
||||
, x264
|
||||
, curl
|
||||
|
||||
, pulseaudioSupport ? false
|
||||
, libpulseaudio
|
||||
|
@ -16,14 +17,15 @@ let
|
|||
optional = stdenv.lib.optional;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "obs-studio-${version}";
|
||||
version = "0.10.0";
|
||||
version = "0.11.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jp9000/obs-studio/archive/${version}.tar.gz";
|
||||
sha256 = "1xms48gl20pr9g8bv8ygykh6m99c3wjphsavr4hb1d5263r9f4in";
|
||||
sha256 = "12g1y6y8ixvgvwk75x7qgq0j06d5khd0w3if6kahswlc58q65fm8";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake
|
||||
curl
|
||||
ffmpeg
|
||||
jansson
|
||||
libv4l
|
||||
|
|
Loading…
Reference in a new issue