mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
bluez: 5.16 -> 5.22
This commit is contained in:
parent
cee539cc9c
commit
cb2242a2c2
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.16";
|
||||
name = "bluez-5.22";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "0qxivd64az3qziw82axj2ksilllxq4fnb6fdrnlxr6d74550kmf8";
|
||||
sha256 = "10h8p89jnhxhjw4x53j4r53i999qjaz82l5591q6q48qb98ndf78";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
|
Loading…
Reference in a new issue