Merge pull request #55603 from dtzWill/update/ffmpeg-4.1.1

ffmpeg: 4.1 -> 4.1.1
This commit is contained in:
Will Dietz 2019-02-17 00:08:47 -06:00 committed by GitHub
commit e6d26d807e
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 = "4.1";
sha256 = "19d16dhb4gx3akhbqd8844awx1axxli91bsjwsm4qp2a4i1zp15n";
branch = "4.1.1";
sha256 = "0n5hz98gcyznj8lnqma6c9004vhcdzv67a4angnd1k6ai8xhxd0c";
darwinFrameworks = [ Cocoa CoreMedia ];
})