about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-16 12:45:41 +1000
committerVladimír Čunát <v@cunat.cz>2020-07-18 18:02:22 +0200
commit6af12c333960c2c9673f8f2ab486e8dda6689890 (patch)
treee9fafd280567b2a5c1bc66565a9b8b5db31a0d9c /pkgs
parent704bd03243263720e74c339591d44b3e17dbc0d7 (diff)
ffmpeg_2_8: 2.8.16 -> 2.8.17
(cherry picked from commit 92cfd28d2b45e254db69b993e260758d5cf2f674)
The ffmpeg updates aren't build rebuilds, so I forward-pick them
from staging to master.  I suspect they have important fixes.
Originally from PR #93217.
Diffstat (limited to 'pkgs')
-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 5d1f93a9e049c..309cd2b3b3563 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 (rec {
-  version = "${branch}.16";
+  version = "${branch}.17";
   branch = "2.8";
-  sha256 = "0lfmfd6rhywis9rblkxv33rpwfga9xv261fq4cn3pkx1izih7ybk";
+  sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
 } // args)