Skip to content

Commit

Permalink
Merge pull request #105275 from lukegb/nixpkgs-pa14
Browse files Browse the repository at this point in the history
pulseaudio: 13.0 -> 14.0
  • Loading branch information
gebner committed Dec 7, 2020
2 parents a1b2303 + d294285 commit a474f0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions nixos/doc/manual/release-notes/rl-2103.xml
Expand Up @@ -370,6 +370,18 @@
and rebooting.
</para>
</listitem>
<listitem>
<para>
PulseAudio was upgraded to 14.0, with changes to the handling of default sinks.
See its <link xlink:href="https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/14.0/">release notes</link>.
</para>

<para>
GNOME users may wish to delete their <literal>~/.config/pulse</literal> due to the changes to stream routing
logic. See <link xlink:href="https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/832">PulseAudio bug 832</link>
for more information.
</para>
</listitem>
</itemizedlist>
</section>
</section>
4 changes: 2 additions & 2 deletions pkgs/servers/pulseaudio/default.nix
Expand Up @@ -31,11 +31,11 @@

stdenv.mkDerivation rec {
name = "${if libOnly then "lib" else ""}pulseaudio-${version}";
version = "13.0";
version = "14.0";

src = fetchurl {
url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${version}.tar.xz";
sha256 = "0mw0ybrqj7hvf8lqs5gjzip464hfnixw453lr0mqzlng3b5266wn";
sha256 = "0qf20rgg0ysrnvg3359j56ndls07qmfn5rsy9r85bc42jdfpfd58";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit a474f0d

Please sign in to comment.