pipewire: 0.3.82 -> 0.3.83

K900 249e31af 02414454

Changed files
+2 -11
pkgs
-9
pkgs/development/libraries/pipewire/0090-pipewire-config-template-paths.patch
···
index 697bf094d..3a7b54ddd 100644
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
-
@@ -142,7 +142,7 @@ context.modules = [
-
# access.allowed to list an array of paths of allowed
-
# apps.
-
#access.allowed = [
-
- # @session_manager_path@
-
+ # <session_manager_path>
-
#]
-
-
# An array of rejected paths.
@@ -294,7 +294,7 @@ context.exec = [
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
···
index 697bf094d..3a7b54ddd 100644
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
@@ -294,7 +294,7 @@ context.exec = [
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
+2 -2
pkgs/development/libraries/pipewire/default.nix
···
self = stdenv.mkDerivation rec {
pname = "pipewire";
-
version = "0.3.82";
outputs = [
"out"
···
owner = "pipewire";
repo = "pipewire";
rev = version;
-
sha256 = "sha256-/DZ1hjlsqxlX02UGFwSFuxjC3tmUsCw7h/wfHPpg6Ps=";
};
patches = [
···
self = stdenv.mkDerivation rec {
pname = "pipewire";
+
version = "0.3.83";
outputs = [
"out"
···
owner = "pipewire";
repo = "pipewire";
rev = version;
+
sha256 = "sha256-12g8/zLTCQkBtgwE6zt3yEDwcHCr2LQXJCjB1nqbmB0=";
};
patches = [