obs-studio-plugins.obs-pipewire-audio-capture: 1.1.5 -> 1.2.0

This commit is contained in:
Fazzi
2025-02-14 17:06:24 +00:00
parent a910ca0ea5
commit adbf994b86
@@ -8,16 +8,15 @@
pipewire,
pkg-config,
}:
stdenv.mkDerivation rec {
pname = "obs-pipewire-audio-capture";
version = "1.1.5";
version = "1.2.0";
src = fetchFromGitHub {
owner = "dimtpap";
repo = pname;
rev = version;
sha256 = "sha256-qYHU0m+jz/mQmjleITnzxNkTio5ir8dFkHKfmY4l0Es=";
sha256 = "sha256-nkd/AoMsEUUxQQH5CjbnPbNwAwkd1y6j2nCa1GIAFPs=";
};
nativeBuildInputs = [
@@ -31,13 +30,17 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
"-DCMAKE_INSTALL_LIBDIR=/lib"
"-DCMAKE_INSTALL_LIBDIR=./lib"
"-DCMAKE_INSTALL_DATADIR=./usr"
];
meta = with lib; {
description = "Audio device and application capture for OBS Studio using PipeWire";
homepage = "https://github.com/dimtpap/obs-pipewire-audio-capture";
maintainers = with maintainers; [ Elinvention ];
maintainers = with maintainers; [
Elinvention
fazzi
];
license = licenses.gpl2Plus;
platforms = [
"x86_64-linux"