pipewire: 0.3.35 -> 0.3.36

(cherry picked from commit 996b51ee8569d7042ba1d92d87a51e9bf90e73b5)
This commit is contained in:
Jan Solanti 2021-09-16 18:52:08 +03:00 committed by github-actions[bot]
parent d15b1724c9
commit 701e0a55b0
2 changed files with 14 additions and 2 deletions

View File

@ -51,6 +51,18 @@
{
"name": "JBL LIVE650BTNC"
},
{
"name": "Motorola DC800",
"no-features": [
"sbc-xq"
]
},
{
"name": "Motorola S305",
"no-features": [
"sbc-xq"
]
},
{
"name": "Soundcore Life P2-L",
"no-features": [

View File

@ -58,7 +58,7 @@ let
self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.35";
version = "0.3.36";
outputs = [
"out"
@ -77,7 +77,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "sha256-cGH0Hd4c4KLyynMb3LIwElwHD99apNiI40SwZC3KG/s=";
sha256 = "sha256-kwoffB0Hi84T4Q0NaxLxsCyPV4R0LayX9kHmXU/vRPA=";
};
patches = [