3
0
Fork 0
forked from mirrors/nixpkgs

ffmpeg_2_8: 2.8.16 -> 2.8.17

(cherry picked from commit 92cfd28d2b)
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.
This commit is contained in:
zowoq 2020-07-16 12:45:41 +10:00 committed by Vladimír Čunát
parent 704bd03243
commit 6af12c3339
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,7 +1,7 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (rec {
version = "${branch}.16";
version = "${branch}.17";
branch = "2.8";
sha256 = "0lfmfd6rhywis9rblkxv33rpwfga9xv261fq4cn3pkx1izih7ybk";
sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
} // args)