summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-12-29 10:37:49 +0100
committerVladimír Čunát <v@cunat.cz>2019-12-29 10:41:58 +0100
commitdaf861a810dc78d8e56eb72c3cb8332fdfcaa5a4 (patch)
treea4b6795fc59a07cfe64be5e31758b03dd5df9158
parentMerge pull request #73580 from risicle/ris-dpdk-17.11.9-r19.03 (diff)
downloadnixpkgs-daf861a810dc78d8e56eb72c3cb8332fdfcaa5a4.tar.gz
ffmpeg: 3.4.6 -> 3.4.7 (security)
Fixes #75964 and #68560 (many CVEs). https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/289a79d545e83a:/Changelog (cherry picked from commit 37e1da287483eac4a62597c73f31708389bfad19)
-rw-r--r--pkgs/development/libraries/ffmpeg/3.4.nix4
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 5db1e0a47cfc..e39dae46632d 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.6";
- sha256 = "1s20wzgxxrm56gckyb8cf1lh36hdnkdxvmmnnvdxvia4zb3grf1b";
+ branch = "3.4.7";
+ sha256 = "0hj91gjps92f4w3yyqss89yrs6s75574hbj5gz9g5affd6294yhc";
darwinFrameworks = [ Cocoa CoreMedia ];
})