Merge pull request #12522 from mbakke/bluez-5.37

bluez5: 5.36 -> 5.37
This commit is contained in:
Luca Bruno 2016-01-21 21:21:27 +01:00
commit 4ac19877d7

View File

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