libav: replace default 10 branch by the new 11

Upstream claims the upgrade is API-compatible.
That is why I decided to drop the 10 branch completely.
This commit is contained in:
Vladimír Čunát
2014-09-13 21:48:11 +02:00
parent e90e423a26
commit 6a63d1e1e1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ let
result = {
libav_0_8 = libavFun "0.8.16" "df88b8f7d04d47edea8b19d80814227f0c058e57";
libav_9 = libavFun "9.17" "5899d51947b62f6b0cf9795ec2330d5ed59a3273";
libav_10 = libavFun "10.5" "925a45d2700a436c28e0b663510fc8df5bb7e861";
libav_11 = libavFun "11" "21f3c7c2154c0ad703872f2faa65ef20d6b7a14f";
};
libavFun = version : sha1 : stdenv.mkDerivation rec {