pipewire: 0.3.82 -> 0.3.83

This commit is contained in:
K900 2023-10-20 00:30:24 +03:00
parent 024144542b
commit 249e31affe
2 changed files with 2 additions and 11 deletions

View File

@ -22,15 +22,6 @@ diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
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.

View File

@ -81,7 +81,7 @@ let
self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.82";
version = "0.3.83";
outputs = [
"out"
@ -99,7 +99,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "sha256-/DZ1hjlsqxlX02UGFwSFuxjC3tmUsCw7h/wfHPpg6Ps=";
sha256 = "sha256-12g8/zLTCQkBtgwE6zt3yEDwcHCr2LQXJCjB1nqbmB0=";
};
patches = [