summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-03-26 17:32:02 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-03-26 17:32:02 -0700
commit82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e (patch)
tree6e1db2e6a0938262c85abfd2e62c8429620d3d5e /pkgs/os-specific/linux/bluez
parent5e790f0e177494a2b7dcc5b737f9cc67fbf14a42 (diff)
downloadnixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar.gz
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar.bz2
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar.lz
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar.xz
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.tar.zst
nixpkgs-82eb45bf99e2893b4dfb2b8d2ba48a0de6fa7f4e.zip
bluez5: 5.25 -> 5.29
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-rw-r--r--pkgs/os-specific/linux/bluez/bluez5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/bluez/bluez5.nix b/pkgs/os-specific/linux/bluez/bluez5.nix
index e8be1b6b0e6..61d3667f165 100644
--- a/pkgs/os-specific/linux/bluez/bluez5.nix
+++ b/pkgs/os-specific/linux/bluez/bluez5.nix
@@ -5,11 +5,11 @@
 assert stdenv.isLinux;
 
 stdenv.mkDerivation rec {
-  name = "bluez-5.25";
+  name = "bluez-5.29";
    
   src = fetchurl {
     url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
-    sha256 = "0c7xs4imwfgyx59qxbinfi403vhki1n8src1g87qlqz28lzjz9jw";
+    sha256 = "1r7h8qr52n372r73fdyk804r92hqg9g6pvflwmak64y6brnnl8fz";
   };
 
   pythonPath = with pythonPackages;