libav: minor updates 11.4 -> 11.6

The older branches seem unmaintained and better not used -
/cc maintainer of keyfinder @nckx.
This commit is contained in:
Vladimír Čunát 2016-03-21 09:56:46 +01:00
parent 02b13f7bdb
commit 07a3d42023

View file

@ -28,7 +28,7 @@ let
result = {
libav_0_8 = libavFun "0.8.17" "31ace2daeb8c105deed9cd3476df47318d417714";
libav_9 = libavFun "9.18" "e10cde4587c4d4d3bb11d30c7b47e953664cd714";
libav_11 = libavFun "11.4" "c2ab12102de187f2675a56b828b4a5e9136ab747";
libav_11 = libavFun "11.6" "2296cbd7afe98591eb164cebe436dcb5582efc9d";
};
libavFun = version : sha1 : stdenv.mkDerivation rec {