diff --git a/pkgs/development/libraries/ffmpeg/0.6.nix b/pkgs/development/libraries/ffmpeg/0.6.nix index 053843d5313..79ab5f1c980 100644 --- a/pkgs/development/libraries/ffmpeg/0.6.nix +++ b/pkgs/development/libraries/ffmpeg/0.6.nix @@ -73,5 +73,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.ffmpeg.org/; description = "A complete, cross-platform solution to record, convert and stream audio and video"; + branch = "0.6"; }; }