bluez: 5.40 -> 5.43

This commit is contained in:
Lorenzo Manacorda 2016-11-12 18:12:10 +01:00
parent aa094fe084
commit b83c0783d3
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
assert stdenv.isLinux; assert stdenv.isLinux;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bluez-5.40"; name = "bluez-5.43";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz"; url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
sha256 = "09ywk3lvgis0nbi0d5z8d4qp5r33lzwnd6bdakacmbsm420qpnns"; sha256 = "05cdnpz0w2lwq2x5ba87q1h2wgb4lfnpbnbh6p7499hx59fw1j8n";
}; };
pythonPath = with pythonPackages; pythonPath = with pythonPackages;