* bluez updated to 4.69.

svn path=/nixpkgs/branches/x-updates/; revision=22721
This commit is contained in:
Eelco Dolstra 2010-07-23 14:57:28 +00:00
parent b33d41ef08
commit c33bdf500a

View File

@ -3,11 +3,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "bluez-4.66";
name = "bluez-4.69";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${name}.tar.gz";
sha256 = "19by1ay2lifczcn8b7wppm0fcnp33yzd1vzldrzz3cgh1nwcn8y2";
sha256 = "1h4fp6l1sflc0l5vg90hzvgldlwv7rqc4cbn2z6axmxv969pmrhh";
};
buildInputs = [ pkgconfig dbus.libs glib libusb alsaLib ];