ffmpeg, ffmpeg-full: 3.3.3 -> 3.3.4

This commit is contained in:
Cray Elliott
2017-09-14 15:06:47 -07:00
parent b5fbb4f362
commit 739b4091cf
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.3";
sha256 = "0wx421d7vp4nz8kgp0kg16sswikj8ff1pd18x9mmcbpmqy7sqs8h";
branch = "3.3.4";
sha256 = "0zmczggi95fbsq9nz33mpln1y3p1gqniqc4x5smp871idhkykxay";
darwinFrameworks = [ Cocoa CoreMedia ];
})