pulseaudio: 8.0 -> 9.0

This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].

Release notes can be seen in [1].

[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
This commit is contained in:
Simon Vandel Sillesen
2016-07-05 08:30:00 +02:00
committed by Bjørn Forsman
parent c51ac275b8
commit ac74268012
2 changed files with 4 additions and 4 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "webrtc-audio-processing-0.1";
name = "webrtc-audio-processing-0.3";
src = fetchurl {
url = "http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/${name}.tar.xz";
sha256 = "1p7yg8n39wwdfr52br2dq3bh8iypfx9md99mh1i9g2v8qbwm4jzd";
sha256 = "1yl0187xjh1j2zkb7v9cs9i868zcaj23pzn4a36qhzam9wfjjvkm";
};
meta = with stdenv.lib; {