mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libav-11: maintenance update, including security
CVE-2014-{8541,8542,8543,8547,8548,8549}
This commit is contained in:
parent
c00d36f6c1
commit
c8f2a31de3
|
@ -28,7 +28,7 @@ let
|
|||
result = {
|
||||
libav_0_8 = libavFun "0.8.16" "df88b8f7d04d47edea8b19d80814227f0c058e57";
|
||||
libav_9 = libavFun "9.17" "5899d51947b62f6b0cf9795ec2330d5ed59a3273";
|
||||
libav_11 = libavFun "11" "21f3c7c2154c0ad703872f2faa65ef20d6b7a14f";
|
||||
libav_11 = libavFun "11.2" "52ba52cabe5d86b45ce62f56e11fa7912c6e5083";
|
||||
};
|
||||
|
||||
libavFun = version : sha1 : stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue