bump version of obs to nixpkgs/unstable

Note that I was unable to test this locally, since both the decklink and
ndi derivations fail without elaborate prefetching of proprietary stuff
I didn't have the motivation to deal with.

However, a version with all of them disabled successfully evaluated and
built, so I guess we should probably be fine.
This commit is contained in:
stuebinm 2021-03-10 21:27:57 +01:00 committed by schweby
parent d6b34419a4
commit 0fe4972811

View file

@ -20,7 +20,7 @@ let
blackmagicDesktopVideo = callPackage ./blackmagic-desktop-video { };
obs-studio = pkgs.obs-studio.overrideAttrs (_: rec {
obs-studio = unstable.obs-studio.overrideAttrs (_: rec {
wrapLibraries = with (pkgs // newpkgs); [
xorg.libX11.out
libvlc