mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* ALSA library updated to 1.0.10.
svn path=/nixpkgs/trunk/; revision=4610
This commit is contained in:
parent
719217d77a
commit
14fbcfa64c
@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "alsa-lib-1.0.9";
|
||||
name = "alsa-lib-1.0.10";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.9.tar.bz2;
|
||||
md5 = "114af3304619920ffe2b147b760700b9";
|
||||
url = ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.10.tar.bz2;
|
||||
md5 = "b1a4e15c9ff81798507de470a92fcc43";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user