mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
bluez5: update from 5.24 to 5.25
This commit is contained in:
parent
0c43a02e36
commit
99439dc4ee
@ -5,11 +5,11 @@
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.24";
|
||||
name = "bluez-5.25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "0dxqkyxjx4051k6ghacqnm0cyvw52z9f4867dy2rcd5zl3xwaw78";
|
||||
sha256 = "0c7xs4imwfgyx59qxbinfi403vhki1n8src1g87qlqz28lzjz9jw";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user