mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
bluez5: update from 5.22 to 5.23
This commit is contained in:
parent
74ec0b53e1
commit
5ca2d7fa03
@ -5,11 +5,11 @@
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.22";
|
||||
name = "bluez-5.23";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "10h8p89jnhxhjw4x53j4r53i999qjaz82l5591q6q48qb98ndf78";
|
||||
sha256 = "1hgj6ymha75r79fvlh2h27j7gci0q7apczfffwm3kpf8ga6x7ayd";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user