Update Bluez/Obex

This commit is contained in:
Michael Raskin
2012-10-29 23:56:26 +04:00
parent 52d68190db
commit 472c5a5d77
2 changed files with 4 additions and 4 deletions

View File

@@ -9,11 +9,11 @@ let
in
stdenv.mkDerivation rec {
name = "bluez-4.98";
name = "bluez-4.101";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
sha256 = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233";
sha256 = "11vldy255zkmmpj0g0a1m6dy9bzsmyd7vxy02cdfdw79ml888wsr";
};
buildInputs =