vlc: update to version 2.0.8a

this new release together with an updated ffmpeg solves segfaults
errors, i was having for some videos.
This commit is contained in:
Jonas Hoersch 2013-09-15 18:01:06 +02:00 committed by Vladimír Čunát
parent 11b2added0
commit 786ff721c8

View File

@ -9,12 +9,12 @@
}:
stdenv.mkDerivation rec {
name = "vlc-${version}";
name = "vlc-${version}a";
version = "2.0.8";
src = fetchurl {
url = "http://download.videolan.org/pub/videolan/vlc/${version}/${name}.tar.xz";
sha256 = "00hpbm0v424yhfzqyxrvrvfjkbvf3f43yqk6h1qhwmnl8n1z4am0";
sha256 = "1lilj14il52731h7qvrjcss0zivghcxv8jmmxf23qwl7qhs5y885";
};
buildInputs =