ffmpeg (0.10): minor update

(cherry picked from commit 9951478c40330b7cf7918ce93c7d242d99ffcd05)

Conflicts:
pkgs/development/libraries/ffmpeg/0.10.nix

+2 -2
+2 -2
pkgs/development/libraries/ffmpeg/0.10.nix
··· 21 21 assert faacSupport -> faac != null; 22 22 23 23 stdenv.mkDerivation rec { 24 - name = "ffmpeg-0.10.11"; 24 + name = "ffmpeg-0.10.12"; 25 25 26 26 src = fetchurl { 27 27 url = "http://www.ffmpeg.org/releases/${name}.tar.bz2"; 28 - sha256 = "1l1nyvsfafl9w0falv1hcm65r2rlxyb59har0rkrrpi56fj1ma4r"; 28 + sha256 = "00nvm3iysn8zincpvv1abqrxqj1ky0322dh2j9csjw983358538i"; 29 29 }; 30 30 31 31 # `--enable-gpl' (as well as the `postproc' and `swscale') mean that