pipewire: 0.3.35 -> 0.3.36
This commit is contained in:
parent
044da009d1
commit
996b51ee85
2 changed files with 14 additions and 2 deletions
|
@ -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": [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue