bluez5: 5.33 -> 5.35

This commit is contained in:
William A. Kennington III 2015-09-30 13:23:18 -07:00
parent 383377437e
commit 647671bc53
1 changed files with 2 additions and 2 deletions

View File

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