mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
bluez5: 5.32 -> 5.33
This commit is contained in:
parent
c4dc3aa97f
commit
74a885d13e
@ -5,11 +5,11 @@
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.32";
|
||||
name = "bluez-5.33";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "1xspdw87h2mpy5q36q7225yizgcvxlag1b8qi13h9v6b07kkakzy";
|
||||
sha256 = "1lrn2irisr569m3fnrqhzsg77dgci55nlp5izv5phrjh2dx8008q";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user