summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-09-23 20:22:01 -0400
committerGraham Christensen <graham@grahamc.com>2016-09-23 20:22:01 -0400
commit561741a9d4528d29a8b13a8cb0d88f9e2ffe8151 (patch)
treea70bc4afbc4eb6e9991903a31fa1f25d762321a3 /pkgs/development/libraries/ffmpeg
parent89a5f7de8364c61107a4f51fa12604554f0e83f9 (diff)
downloadnixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar.gz
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar.bz2
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar.lz
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar.xz
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.tar.zst
nixlib-561741a9d4528d29a8b13a8cb0d88f9e2ffe8151.zip
ffmpeg: 2.8.7 -> 2.8.8
Diffstat (limited to 'pkgs/development/libraries/ffmpeg')
-rw-r--r--pkgs/development/libraries/ffmpeg/2.8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/2.8.nix b/pkgs/development/libraries/ffmpeg/2.8.nix
index 63e6ec2f6952..04336c9ee4d3 100644
--- a/pkgs/development/libraries/ffmpeg/2.8.nix
+++ b/pkgs/development/libraries/ffmpeg/2.8.nix
@@ -1,7 +1,7 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic.nix (args // rec {
-  version = "${branch}.7";
+  version = "${branch}.8";
   branch = "2.8";
-  sha256 = "1rggcy8kflmlvdyf5yqv0zshycysyqz45fl06v8zsh2n6d5cwxw7";
+  sha256 = "19h6xmlcb933hgpfd40mjwkral8v389v25sx660a3p7aiyalh25p";
 })