bluez: 5.16 -> 5.22

This commit is contained in:
Domen Kožar 2014-08-12 11:55:59 +02:00
parent cee539cc9c
commit cb2242a2c2

View File

@ -5,11 +5,11 @@
assert stdenv.isLinux; assert stdenv.isLinux;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bluez-5.16"; name = "bluez-5.22";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz"; url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
sha256 = "0qxivd64az3qziw82axj2ksilllxq4fnb6fdrnlxr6d74550kmf8"; sha256 = "10h8p89jnhxhjw4x53j4r53i999qjaz82l5591q6q48qb98ndf78";
}; };
pythonPath = with pythonPackages; pythonPath = with pythonPackages;