3
0
Fork 0
forked from mirrors/nixpkgs

libav: update 9.8 -> 9.9

It's supposed to include some security-related fixes.
This commit is contained in:
Vladimír Čunát 2013-09-10 10:42:33 +02:00
parent aeefa7b070
commit ea8a7bcd0c

View file

@ -26,7 +26,7 @@ with { inherit (stdenv.lib) optional optionals; };
let
result = {
libav_9 = libavFun "9.8" "0r7hg9wg3cxjsmwzpa6f2p1a092g2iazyjjy23604ccskzbnirg3";
libav_9 = libavFun "9.9" "1rwphyqb2c4zyp20y4ywxjiddmd46vd4dbpdm1lxqm3q63rmmdk9";
libav_0_8 = libavFun "0.8.8" "1wnbmbs0z4f55y8r9bwb63l04zn383l1avy4c9x1ffb2xccgcp79";
};