pipewire: 0.3.66 -> 0.3.67

This commit is contained in:
K900 2023-03-09 15:34:16 +03:00
parent 6ff293ecbc
commit b8ac3f9a93
2 changed files with 4 additions and 3 deletions

View File

@ -54,8 +54,9 @@
],
"actions": {
"update-props": {
"node.always-process": false,
"node.pause-on-idle": false,
"node.passive": true
"node.passive": "out"
}
}
},

View File

@ -71,7 +71,7 @@ let
self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.66";
version = "0.3.67";
outputs = [
"out"
@ -89,7 +89,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "sha256-qx4mgNRhMdha+8ap+FhVfxpsHE9TcTx29uwQIHLyMHA=";
sha256 = "sha256-YM1WOv/SqaGnYevwoFxoOQhF6loFVx/fVPHQY3mpaH0=";
};
patches = [