Commit 249e31af authored by K900's avatar K900
Browse files

pipewire: 0.3.82 -> 0.3.83

parent 02414454
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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 = [