obs: Update pipewire-audio-capture
This commit is contained in:
parent
faa16e68bb
commit
13576dd70e
@ -12,6 +12,15 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
wlrobs obs-vkcapture
|
wlrobs obs-vkcapture
|
||||||
|
|
||||||
|
(obs-pipewire-audio-capture.overrideAttrs (old: {
|
||||||
|
source = pkgs.fetchFromGitHub {
|
||||||
|
owner = "dimtpap";
|
||||||
|
repo = "obs-pipewire-audio-capture";
|
||||||
|
rev = "dd0cfa9581481c862cddd725e23423cd975265d9";
|
||||||
|
sha256 = "1kwdlvpvvx6fgnbn3scx5yg8vgxqy0blrbdxnwqdizzwm2m412ls";
|
||||||
|
};
|
||||||
|
}))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user