libav: maintenance 11.9 -> 11.10

This commit is contained in:
Vladimír Čunát 2017-07-05 17:37:39 +02:00
parent 49250054d2
commit 322582d703
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -28,7 +28,7 @@ let inherit (stdenv.lib) optional optionals hasPrefix; in
let
result = {
libav_0_8 = libavFun "0.8.20" "0c7a2417c3a01eb74072691bb93ce802ae1be08f";
libav_11 = libavFun "11.9" "36ed1329099676ff3c970576e03c6a21f2da2e15";
libav_11 = libavFun "11.10" "38db6721ca8423682e4d614c170eccc33ba32e00";
libav_12 = libavFun "12" "4ecde7274621c82a6882b7614d907b28de25cc4e";
};