libav_0_8: update from 0.8.8 to 0.8.9

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:20:50 +02:00 committed by Evgeny Egorochkin
parent 4ed5c4df73
commit c0536e306c

View file

@ -27,7 +27,7 @@ with { inherit (stdenv.lib) optional optionals; };
let
result = {
libav_9 = libavFun "9.10" "039hx7z8lmsiljy4wj87hk8lkxspbxbrjv43v3lc38cxfx0fdnw3";
libav_0_8 = libavFun "0.8.8" "1wnbmbs0z4f55y8r9bwb63l04zn383l1avy4c9x1ffb2xccgcp79";
libav_0_8 = libavFun "0.8.9" "0zzphhkpwsdp2k3ijqr8miqsp4vk7dgcrcrv06qda1s09qb82lag";
};
libavFun = version : sha256 : stdenv.mkDerivation rec {