bluez5: 5.36 -> 5.37

This commit is contained in:
Marius Bakke 2016-01-21 14:39:52 +00:00
parent 194168b722
commit 889ebe6b28

View File

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