about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix')
-rw-r--r--nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix b/nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix
new file mode 100644
index 000000000000..309cd2b3b356
--- /dev/null
+++ b/nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix
@@ -0,0 +1,7 @@
+{ callPackage, ... } @ args:
+
+callPackage ./generic.nix (rec {
+  version = "${branch}.17";
+  branch = "2.8";
+  sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
+} // args)