Skip to content

Commit

Permalink
Merge pull request #8866 from spencerjanssen/obs-version-bump
Browse files Browse the repository at this point in the history
obs-studio: 0.10.0 -> 0.11.1
  • Loading branch information
thoughtpolice committed Jul 19, 2015
2 parents fcd855f + 664af7b commit 6475be2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/video/obs-studio/default.nix
Expand Up @@ -7,6 +7,7 @@
, qt5
, libv4l
, x264
, curl

, pulseaudioSupport ? false
, libpulseaudio
Expand All @@ -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
Expand Down

0 comments on commit 6475be2

Please sign in to comment.