summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-01-04 16:48:29 +0100
committerAndreas Rammhold <andreas@rammhold.de>2018-01-06 19:09:19 +0100
commit63ba455e539ae6392702a14eebf30ffee829da0e (patch)
tree5c23daaa25e6a5d48248a692ed9a025e8b3a6bc1 /pkgs/os-specific/linux/bluez
parentd756dee2279eb212fba819f98f7ae87945d99d38 (diff)
bluez: 5.47 -> 5.48
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 e9a1f314abc1..6871f1fa8e10 100644
--- a/pkgs/os-specific/linux/bluez/default.nix
+++ b/pkgs/os-specific/linux/bluez/default.nix
@@ -5,11 +5,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
- name = "bluez-5.47";
+ name = "bluez-5.48";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
- sha256 = "1j22hfjz0fp4pgclgz9mfcwjbr4wqgah3gd2qhfg4r6msmybyxfg";
+ sha256 = "140fjyxa2q4y35d9n52vki649jzb094pf71hxkkvlrpgf8q75a5r";
};
pythonPath = with pythonPackages;