bluez: 5.64 -> 5.65

+2 -13
+2 -13
pkgs/os-specific/linux/bluez/default.nix
··· 23 ]; 24 in stdenv.mkDerivation rec { 25 pname = "bluez"; 26 - version = "5.64"; 27 28 src = fetchurl { 29 url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz"; 30 - sha256 = "sha256-rkN+ZbazBwwZi8WwEJ/pzeueqjhzgOIHL53mX+ih3jQ="; 31 }; 32 33 buildInputs = [ ··· 49 ]; 50 51 outputs = [ "out" "dev" "test" ]; 52 - 53 - patches = [ 54 - # https://github.com/bluez/bluez/commit/0905a06410d4a5189f0be81e25eb3c3e8a2199c5 55 - # which fixes https://github.com/bluez/bluez/issues/329 56 - # and is already merged upstream and not yet in a release. 57 - (fetchpatch { 58 - name = "StateDirectory_and_ConfigurationDirectory.patch"; 59 - url = "https://github.com/bluez/bluez/commit/0905a06410d4a5189f0be81e25eb3c3e8a2199c5.patch"; 60 - sha256 = "sha256-MI6yPTiDLHsSTjLvNqtWnuy2xUMYpSat1WhMbeoedSM="; 61 - }) 62 - ]; 63 64 postPatch = '' 65 substituteInPlace tools/hid2hci.rules \
··· 23 ]; 24 in stdenv.mkDerivation rec { 25 pname = "bluez"; 26 + version = "5.65"; 27 28 src = fetchurl { 29 url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz"; 30 + sha256 = "sha256-JWWk1INUtXbmrZLiW1TtZoCCllgciruAWHBR+Zk9ltQ="; 31 }; 32 33 buildInputs = [ ··· 49 ]; 50 51 outputs = [ "out" "dev" "test" ]; 52 53 postPatch = '' 54 substituteInPlace tools/hid2hci.rules \