bluez: 5.61 -> 5.62

Fixes CVE-2021-43400.

http://www.bluez.org/release-of-bluez-5-62/
https://github.com/bluez/bluez/blob/5.62/ChangeLog

authored by Thomas Gerbet and committed by Kerstin 6abc7cd9 cd65cb38

+2 -2
+2 -2
pkgs/os-specific/linux/bluez/default.nix
··· 21 21 ]; 22 22 in stdenv.mkDerivation rec { 23 23 pname = "bluez"; 24 - version = "5.61"; 24 + version = "5.62"; 25 25 26 26 src = fetchurl { 27 27 url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz"; 28 - sha256 = "sha256-g6/WxSF5VUv+q7y1OP7C62vpCorDxAhxtJ162LScQjs="; 28 + sha256 = "sha256-OAkKW3UOF/wI0+UheO2NMlTF9L0sSIMNXBlVuI47wMI="; 29 29 }; 30 30 31 31 buildInputs = [