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
This commit is contained in:
Thomas Gerbet 2021-11-14 12:54:50 +01:00 committed by Kerstin
parent cd65cb38bc
commit 6abc7cd907

View file

@ -21,11 +21,11 @@
];
in stdenv.mkDerivation rec {
pname = "bluez";
version = "5.61";
version = "5.62";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
sha256 = "sha256-g6/WxSF5VUv+q7y1OP7C62vpCorDxAhxtJ162LScQjs=";
sha256 = "sha256-OAkKW3UOF/wI0+UheO2NMlTF9L0sSIMNXBlVuI47wMI=";
};
buildInputs = [