* Some VLC-related updates.
* Variability :-) Provide both Autoconf 2.59 and 2.60 (the former being the default for now). svn path=/nixpkgs/trunk/; revision=5539
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libmad-0.15.0b";
|
||||
name = "libmad-0.15.1b";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libmad-0.15.0b.tar.gz;
|
||||
md5 = "2e4487cdf922a6da2546bad74f643205";
|
||||
url = ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz;
|
||||
md5 = "1be543bc30c56fb6bea1d7bf6a64e66c";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user