update pulseaudio to 4.0 and sbc to 1.1

This commit is contained in:
Aristid Breitkreuz
2013-06-20 22:48:35 +02:00
parent 01bc9204e0
commit ad06d4df18
2 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libsndfile, pkgconfig }:
stdenv.mkDerivation rec {
name = "sbc-1.0";
name = "sbc-1.1";
src = fetchurl {
url = "http://www.kernel.org/pub/linux/bluetooth/${name}.tar.xz";
sha256 = "10mq2rmh3h90bwq5cdcmizf93zf8f2br8gds0jxr9i962ai0m5xz";
sha256 = "1ipvkhilyhdbd2nzq0la6l7q361l0zm0c6kvga2a0y89q8nssc4s";
};
buildInputs = [ pkgconfig libsndfile ];