3
0
Fork 0
forked from mirrors/nixpkgs

* VLC 0.8.6.

svn path=/nixpkgs/trunk/; revision=7518
This commit is contained in:
Eelco Dolstra 2006-12-30 17:03:21 +00:00
parent 1d4d77179c
commit 6547796515

View file

@ -8,11 +8,11 @@ assert libdvdread.libdvdcss == libdvdcss;
assert xvSupport -> libXv != null;
stdenv.mkDerivation {
name = "vlc-0.8.5";
name = "vlc-0.8.6";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/vlc-0.8.5.tar.bz2;
md5 = "16bb5bf87ed94879a8eb7b0ff9b4f16f";
url = http://download.videolan.org/pub/videolan/vlc/0.8.6/vlc-0.8.6.tar.bz2;
md5 = "77a275f3408c4c9feae451d4eae47f89";
};
buildInputs = [