1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

ffmpeg: major update 2.2.4 -> 2.3

It's claimed to be fully API-compatible update.
This commit is contained in:
Vladimír Čunát 2014-07-20 08:44:39 +02:00
parent 14953d7bc9
commit 6b4929373f

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "ffmpeg-2.2.4";
name = "ffmpeg-2.3";
src = fetchurl {
url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
sha256 = "0gxph1mk7743fcz94zb4fhfc6khg1acrqf4qyn8j5jnssn2fa67z";
sha256 = "17l0bx95al6cjhz3pzfcbwg07sbfbwqbxg34zl5lhl89w9jbngbb";
};
subtitleSupport = config.ffmpeg.subtitle or true;