ffmpeg: 3.3.4 -> 3.4

ffmpeg_3 bumped to 3.4, and 3.3.4 removed from the tree
This commit is contained in:
Cray Elliott
2017-10-23 23:23:23 -07:00
parent cccee1ddb7
commit 5ddea062e2
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
branch = "3.3.4";
sha256 = "0zmczggi95fbsq9nz33mpln1y3p1gqniqc4x5smp871idhkykxay";
branch = "3.4";
sha256 = "0pn8g3ab937ahslqd41crk0g4j4fh7kwimsrlfc0rl0pc3z132ax";
darwinFrameworks = [ Cocoa CoreMedia ];
})