libav: 11.7 -> 11.8

This commit is contained in:
Vladimír Čunát 2016-09-10 11:25:07 +02:00
parent 594cf66c5c
commit 9c0b11e7cd

View File

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