pipewire: 0.3.66 -> 0.3.67
This commit is contained in:
parent
6ff293ecbc
commit
b8ac3f9a93
@ -54,8 +54,9 @@
|
||||
],
|
||||
"actions": {
|
||||
"update-props": {
|
||||
"node.always-process": false,
|
||||
"node.pause-on-idle": false,
|
||||
"node.passive": true
|
||||
"node.passive": "out"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user