ffmpeg 2.1.4 -> 2.2.1

This commit is contained in:
Thomas Tuegel 2014-04-16 07:49:51 -05:00
parent f44a3235a9
commit 922e4f3858
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "ffmpeg-2.1.4";
name = "ffmpeg-2.2.1";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "00c1k84amgkc7vk5xkrg7z99q7jbfhbz3qk854cxnc38d2ynrd3z";
sha256 = "153kfk8rzrfxx930rrk417b2m695dvy47v4hci3nd49iggx9jzz1";
};
mp3Support = config.ffmpeg.mp3 or true;