Skip to content

Commit

Permalink
pipewire: 0.3.66 -> 0.3.67
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Mar 14, 2023
1 parent 6ff293e commit b8ac3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
],
"actions": {
"update-props": {
"node.always-process": false,
"node.pause-on-idle": false,
"node.passive": true
"node.passive": "out"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let

self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.66";
version = "0.3.67";

outputs = [
"out"
Expand All @@ -89,7 +89,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "sha256-qx4mgNRhMdha+8ap+FhVfxpsHE9TcTx29uwQIHLyMHA=";
sha256 = "sha256-YM1WOv/SqaGnYevwoFxoOQhF6loFVx/fVPHQY3mpaH0=";
};

patches = [
Expand Down

0 comments on commit b8ac3f9

Please sign in to comment.