diff options
| author | Vladimír Čunát <vcunat@gmail.com> | 2018-07-15 10:57:32 +0200 |
|---|---|---|
| committer | Vladimír Čunát <vcunat@gmail.com> | 2018-07-15 11:07:00 +0200 |
| commit | 10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab (patch) | |
| tree | f0ab02df4db906460b5d99c09a95278ae0390dbf | |
| parent | Merge pull request #43548 from Enzime/update/youtube-dl (diff) | |
| download | nixpkgs-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.gz | |
ffmpeg: 3.4.2 -> 3.4.3 (security)
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/89355585366:/Changelog
/cc #42882: it certainly seems to fix some security issues,
but I'm not sure about mapping to particular CVE numbers;
perhaps it will appear on http://ffmpeg.org/security.html
| -rw-r--r-- | pkgs/development/libraries/ffmpeg/3.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/3.4.nix b/pkgs/development/libraries/ffmpeg/3.4.nix index 98cbfdf43f6c..05da9e18c594 100644 --- a/pkgs/development/libraries/ffmpeg/3.4.nix +++ b/pkgs/development/libraries/ffmpeg/3.4.nix @@ -6,7 +6,7 @@ callPackage ./generic.nix (args // rec { version = "${branch}"; - branch = "3.4.2"; - sha256 = "0nkq4451masmzlx3p4vprqwc0sl2iwqxbzjrngmvj29q4azp00zb"; + branch = "3.4.3"; + sha256 = "0s2p2bcrywlya4wjlyzi1382vngkiijjvjr6ms64xww5jplwmhmk"; darwinFrameworks = [ Cocoa CoreMedia ]; }) |
