bluez5: 5.31 -> 5.32

This commit is contained in:
William A. Kennington III 2015-07-09 17:30:13 -07:00
parent 036722ab7c
commit 97a2fcdc24

View File

@ -5,11 +5,11 @@
assert stdenv.isLinux; assert stdenv.isLinux;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bluez-5.31"; name = "bluez-5.32";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz"; url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
sha256 = "13w1cdybwyb9pww64hp8dwxqq9zs58wh1mq8sslsknb6b3663dn4"; sha256 = "1xspdw87h2mpy5q36q7225yizgcvxlag1b8qi13h9v6b07kkakzy";
}; };
pythonPath = with pythonPackages; pythonPath = with pythonPackages;