ffmpeg: 3.3 -> 3.3.1

ffmpeg-full: 3.3 -> 3.3.1
This commit is contained in:
Cray Elliott
2017-05-23 18:17:06 -07:00
parent 323f28d40e
commit 39e042fd64
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
branch = "3.3";
sha256 = "1p3brx0qa3i3569zlmcmpbxf17q73nrmbx2vp39s8h77r53qdq11";
branch = "3.3.1";
sha256 = "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp";
darwinFrameworks = [ Cocoa CoreMedia ];
})