tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bluez5: 5.32 -> 5.33
William A. Kennington III
10 years ago
74a885d1
c4dc3aa9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
bluez
bluez5.nix
+2
-2
pkgs/os-specific/linux/bluez/bluez5.nix
···
5
5
assert stdenv.isLinux;
6
6
7
7
stdenv.mkDerivation rec {
8
8
-
name = "bluez-5.32";
8
8
+
name = "bluez-5.33";
9
9
10
10
src = fetchurl {
11
11
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
12
12
-
sha256 = "1xspdw87h2mpy5q36q7225yizgcvxlag1b8qi13h9v6b07kkakzy";
12
12
+
sha256 = "1lrn2irisr569m3fnrqhzsg77dgci55nlp5izv5phrjh2dx8008q";
13
13
};
14
14
15
15
pythonPath = with pythonPackages;