forked from mirrors/nixpkgs
bluez5: update from 5.8 to 5.12
This commit is contained in:
parent
e66756f350
commit
a94aa7cf49
|
@ -5,11 +5,11 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.8";
|
||||
name = "bluez-5.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "1l33lq1lpg7hy26138ir5dj4gl3mql2qxpj20rjnnwyckc3jk700";
|
||||
sha256 = "0zk183gjsxissq9gma962cyvyqxydai8n6jgslxx0mpk2m7mgvvm";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
|
Loading…
Reference in a new issue