pulseaudio: 11.0 -> 11.1

This commit is contained in:
Tim Steinbach 2018-02-25 12:49:25 -05:00
parent 088f8b871c
commit 87658f3632
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -36,11 +36,11 @@
stdenv.mkDerivation rec {
name = "${if libOnly then "lib" else ""}pulseaudio-${version}";
version = "11.0";
version = "11.1";
src = fetchurl {
url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${version}.tar.xz";
sha256 = "0sf92knqkvqmfhrbz4vlsagzqlps72wycpmln5dygicg07a0a8q7";
sha256 = "17ndr6kc7hpv4ih4gygwlcpviqifbkvnk4fbwf4n25kpb991qlpj";
};
patches = [ ./caps-fix.patch ]