Skip to content

Commit

Permalink
libav_11: security 11.10 -> 11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 30, 2017
1 parent cdf059f commit 25515ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/libav/default.nix
Expand Up @@ -27,8 +27,9 @@ let inherit (stdenv.lib) optional optionals hasPrefix; in

let
result = {
# e.g. https://libav.org/releases/libav-11.11.tar.xz.sha1
libav_0_8 = libavFun "0.8.20" "0c7a2417c3a01eb74072691bb93ce802ae1be08f";
libav_11 = libavFun "11.10" "38db6721ca8423682e4d614c170eccc33ba32e00";
libav_11 = libavFun "11.11" "d7444fa4f135bdd7347cc962ab4b5228796b0f23";
libav_12 = libavFun "12.2" "3784b15f88076ca0ab8fb6b0377e975b83a5c9f5";
};

Expand Down

0 comments on commit 25515ce

Please sign in to comment.