Merge pull request #283703 from r-ryantm/auto-update/obs-studio-plugins.obs-pipewire-audio-capture

obs-studio-plugins.obs-pipewire-audio-capture: 1.1.2 -> 1.1.3
This commit is contained in:
Nick Cao 2024-01-25 10:42:19 -05:00 committed by GitHub
commit ce9956adb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "obs-pipewire-audio-capture";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "dimtpap";
repo = pname;
rev = version;
sha256 = "sha256-9HPQ17swMlsCnKkYQXIUzEbx2vKuBUfGf58Up2hHVGI=";
sha256 = "sha256-dL/+Y1uaD+7EY0UNWbxvh1TTLYfgk07qCqLLGvfzWZk=";
};
nativeBuildInputs = [ cmake ninja pkg-config ];