mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
* Alsa-lib updated to 1.0.8.
svn path=/nixpkgs/trunk/; revision=2284
This commit is contained in:
parent
24b2631d90
commit
7322689c3b
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user