about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-11-14 12:54:50 +0100
committerKerstin <kerstin@erictapen.name>2021-11-16 11:34:55 +0100
commit6abc7cd907ea06424e7963e949cf554a6b3914c2 (patch)
tree82308ffe7f2d7750d81e22bfd1e40d8f3d8f1a5b
parentcd65cb38bc9a8dc72e13ec52222c2410798e58ba (diff)
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
-rw-r--r--pkgs/os-specific/linux/bluez/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/bluez/default.nix b/pkgs/os-specific/linux/bluez/default.nix
index 3d345e68f3c3c..2c05a4aa271e9 100644
--- a/pkgs/os-specific/linux/bluez/default.nix
+++ b/pkgs/os-specific/linux/bluez/default.nix
@@ -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 = [