3
0
Fork 0
forked from mirrors/nixpkgs

* ALSA library 1.0.9.

svn path=/nixpkgs/trunk/; revision=3321
This commit is contained in:
Eelco Dolstra 2005-07-12 14:22:28 +00:00
parent 81c16bd02f
commit 95529accd7

View file

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