Merge pull request #138160 from jansol/master

pipewire: 0.3.35 -> 0.3.36
This commit is contained in:
Jan Tojnar 2021-09-16 21:17:59 +02:00 committed by GitHub
commit 2006672bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

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

View File

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