Merge pull request #58549 from dtzWill/update/ffmpeg-3.4.6

ffmpeg: 3.4.5 -> 3.4.6
This commit is contained in:
Florian Klink 2019-03-30 01:15:53 +01:00 committed by GitHub
commit d7412621bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
branch = "3.4.5";
sha256 = "0cbzysj9pskxh1kfdwmq2848fn6gi4pvh5y3insv10pdhpcjp8a3";
branch = "3.4.6";
sha256 = "1s20wzgxxrm56gckyb8cf1lh36hdnkdxvmmnnvdxvia4zb3grf1b";
darwinFrameworks = [ Cocoa CoreMedia ];
})