bluez5: update from 5.24 to 5.25

This commit is contained in:
Mateusz Kowalczyk 2014-11-17 18:06:36 +00:00
parent 0c43a02e36
commit 99439dc4ee

View File

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