Updating libav from 11.6 to 11.7.

This commit is contained in:
Lluís Batlle i Rossell 2016-06-18 13:27:18 +02:00
parent d5b28fb554
commit e9cce6db44

View File

@ -27,7 +27,7 @@ with { inherit (stdenv.lib) optional optionals; };
let
result = {
libav_0_8 = libavFun "0.8.17" "31ace2daeb8c105deed9cd3476df47318d417714";
libav_11 = libavFun "11.6" "2296cbd7afe98591eb164cebe436dcb5582efc9d";
libav_11 = libavFun "11.7" "9f36d136ea353fc6e3826180fe126f52eca7fec4";
};
libavFun = version : sha1 : stdenv.mkDerivation rec {