summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-14 08:46:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-14 08:46:29 +0000
commit2ee326500f882cb1373e8d8c99ef0828712148f4 (patch)
tree089350772e55d35c3bb7b4beb37bc9a4fc3b5c08 /pkgs/os-specific/linux/bluez
parentc34fae047bd91bc94798c019463fa23704f01809 (diff)
downloadnixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar.gz
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar.bz2
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar.lz
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar.xz
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.tar.zst
nixpkgs-2ee326500f882cb1373e8d8c99ef0828712148f4.zip
bluez: 5.65 -> 5.66
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-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 ff8fbb460b2..08376b18bf3 100644
--- a/pkgs/os-specific/linux/bluez/default.nix
+++ b/pkgs/os-specific/linux/bluez/default.nix
@@ -22,11 +22,11 @@
   ];
 in stdenv.mkDerivation rec {
   pname = "bluez";
-  version = "5.65";
+  version = "5.66";
 
   src = fetchurl {
     url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
-    sha256 = "sha256-JWWk1INUtXbmrZLiW1TtZoCCllgciruAWHBR+Zk9ltQ=";
+    sha256 = "sha256-Of6mS1kMlJKYSgwnqJ/CA+HNx0hmCG77j0aYZ3qytXQ=";
   };
 
   buildInputs = [