tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bluez: 5.64 -> 5.65
Yurii Matsiuk
3 years ago
bf44c7ec
f89b805e
+2
-13
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
bluez
default.nix
+2
-13
pkgs/os-specific/linux/bluez/default.nix
···
23
23
];
24
24
in stdenv.mkDerivation rec {
25
25
pname = "bluez";
26
26
-
version = "5.64";
26
26
+
version = "5.65";
27
27
28
28
src = fetchurl {
29
29
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
30
30
-
sha256 = "sha256-rkN+ZbazBwwZi8WwEJ/pzeueqjhzgOIHL53mX+ih3jQ=";
30
30
+
sha256 = "sha256-JWWk1INUtXbmrZLiW1TtZoCCllgciruAWHBR+Zk9ltQ=";
31
31
};
32
32
33
33
buildInputs = [
···
49
49
];
50
50
51
51
outputs = [ "out" "dev" "test" ];
52
52
-
53
53
-
patches = [
54
54
-
# https://github.com/bluez/bluez/commit/0905a06410d4a5189f0be81e25eb3c3e8a2199c5
55
55
-
# which fixes https://github.com/bluez/bluez/issues/329
56
56
-
# and is already merged upstream and not yet in a release.
57
57
-
(fetchpatch {
58
58
-
name = "StateDirectory_and_ConfigurationDirectory.patch";
59
59
-
url = "https://github.com/bluez/bluez/commit/0905a06410d4a5189f0be81e25eb3c3e8a2199c5.patch";
60
60
-
sha256 = "sha256-MI6yPTiDLHsSTjLvNqtWnuy2xUMYpSat1WhMbeoedSM=";
61
61
-
})
62
62
-
];
63
52
64
53
postPatch = ''
65
54
substituteInPlace tools/hid2hci.rules \