Merge #13977: ffmpeg: add 3.0 version

I made the default not change for now.
This commit is contained in:
Vladimír Čunát
2016-06-09 14:09:22 +02:00
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "${branch}.2";
branch = "3.0";
sha256 = "0dpx15001ha9p8h8vfg1lm9pggbc96kmb546hz88wdac5xycgqrh";
})