summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-01-21 14:39:52 +0000
committerMarius Bakke <m.bakke@warwick.ac.uk>2016-01-21 14:39:52 +0000
commit889ebe6b28f482d404500da69e6b5b761ef7ccac (patch)
tree2437b303ac9266d6c5ebdbb6aece55fa81a86aa9 /pkgs/os-specific/linux
parent194168b7225b341399ccd8948faf2075896033ca (diff)
downloadnixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar.gz
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar.bz2
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar.lz
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar.xz
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.tar.zst
nixlib-889ebe6b28f482d404500da69e6b5b761ef7ccac.zip
bluez5: 5.36 -> 5.37
Diffstat (limited to 'pkgs/os-specific/linux')
-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 753771bf44e0..cc132ddc397e 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.36";
+  name = "bluez-5.37";
    
   src = fetchurl {
     url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
-    sha256 = "1wkqwmi5krr37mxcqqlp5m2xnw7vw70v3ww7j09vvlskxcdflhx3";
+    sha256 = "c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0";
   };
 
   pythonPath = with pythonPackages;