* Latest ALSA, SDL.

svn path=/nixpkgs/trunk/; revision=6500
This commit is contained in:
Eelco Dolstra
2006-09-11 23:06:26 +00:00
parent 8dacfd90bc
commit 083699314d
3 changed files with 26 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "alsa-lib-1.0.10";
name = "alsa-lib-1.0.12";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/alsa-lib-1.0.10.tar.bz2;
md5 = "b1a4e15c9ff81798507de470a92fcc43";
url = ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.12.tar.bz2;
md5 = "d351d46c5e415d4c8448487737939c72";
};
}