105f933f64
/cc maintainers @codyopel, @fuuzetsu. Release notes don't indicate any new options or dependencies. http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6 APIchanges looks like we should be able to replace 2.5 by 2.6 without anything breaking (belongs to staging and needs some testing).
8 lines
186 B
Nix
8 lines
186 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // rec {
|
|
version = "${branch}.1";
|
|
branch = "2.6";
|
|
sha256 = "1hf77va46r8s05g5a5m7xx8b9vjzmqca0ajxsflsnbgf0s3kixm4";
|
|
})
|