diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix index 8faa28cd4362..a9d32dddca8c 100644 --- a/pkgs/applications/video/vlc/default.nix +++ b/pkgs/applications/video/vlc/default.nix @@ -2,18 +2,15 @@ , stdenv, fetchurl, x11, libXv, wxGTK, libdvdcss, libdvdplay , mpeg2dec, a52dec, libmad, alsa}: -assert x11 != null && wxGTK != null && libdvdcss != null - && libdvdplay != null && mpeg2dec != null && a52dec != null - && libmad != null && alsa != null; assert libdvdplay.libdvdread.libdvdcss == libdvdcss; assert xvSupport -> libXv != null; stdenv.mkDerivation { - name = "vlc-0.7.1"; + name = "vlc-0.7.2"; src = fetchurl { - url = http://download.videolan.org/pub/videolan/vlc/0.7.1/vlc-0.7.1.tar.gz; - md5 = "faa5e3162a3e9b3a3d8c3dcc06f70911"; + url = http://download.videolan.org/pub/videolan/vlc/0.7.2/vlc-0.7.2.tar.gz; + md5 = "25dfcc804cb92f46c0b64ce1466515cc"; }; buildInputs = [