lol

pipewire: 0.3.82 -> 0.3.83

K900 249e31af 02414454

+2 -11
-9
pkgs/development/libraries/pipewire/0090-pipewire-config-template-paths.patch
··· 22 22 index 697bf094d..3a7b54ddd 100644 23 23 --- a/src/daemon/pipewire.conf.in 24 24 +++ b/src/daemon/pipewire.conf.in 25 - @@ -142,7 +142,7 @@ context.modules = [ 26 - # access.allowed to list an array of paths of allowed 27 - # apps. 28 - #access.allowed = [ 29 - - # @session_manager_path@ 30 - + # <session_manager_path> 31 - #] 32 - 33 - # An array of rejected paths. 34 25 @@ -294,7 +294,7 @@ context.exec = [ 35 26 # but it is better to start it as a systemd service. 36 27 # Run the session manager with -h for options.
+2 -2
pkgs/development/libraries/pipewire/default.nix
··· 81 81 82 82 self = stdenv.mkDerivation rec { 83 83 pname = "pipewire"; 84 - version = "0.3.82"; 84 + version = "0.3.83"; 85 85 86 86 outputs = [ 87 87 "out" ··· 99 99 owner = "pipewire"; 100 100 repo = "pipewire"; 101 101 rev = version; 102 - sha256 = "sha256-/DZ1hjlsqxlX02UGFwSFuxjC3tmUsCw7h/wfHPpg6Ps="; 102 + sha256 = "sha256-12g8/zLTCQkBtgwE6zt3yEDwcHCr2LQXJCjB1nqbmB0="; 103 103 }; 104 104 105 105 patches = [