* Alsa-lib updated to 1.0.8.

svn path=/nixpkgs/trunk/; revision=2284
This commit is contained in:
Eelco Dolstra 2005-02-23 10:29:06 +00:00
parent 24b2631d90
commit 7322689c3b

View File

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "alsa-lib-1.0.3b";
name = "alsa-lib-1.0.8";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/alsa-lib-1.0.3b.tar.bz2;
md5 = "8ade68f0e9d44a039a741052985a8635";
url = ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.8.tar.bz2;
md5 = "c677299ed39d069c9a4b6a999e34ffe7";
};
}