ffmpeg_4, ffmpeg_full: 4.2 -> 4.2.1

Fixes #68561 CVE-2019-15942.
This commit is contained in:
Vladimír Čunát
2019-09-14 20:12:49 +02:00
parent da9869e5d2
commit 260761649b
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
}@args:
callPackage ./generic.nix (args // rec {
version = branch;
version = "4.2.1";
branch = "4.2";
sha256 = "1f3glany3p2j832a9wia5vj8ds9xpm0xxlyia91y17hy85gxwsrh";
sha256 = "090naa6rj46pzkgh03bf51hbqdz356qqckr2pw6pykc6ysiryak8";
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
})