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:
parent
cd65cb38bc
commit
6abc7cd907
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue