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:
parent
704bd03243
commit
6af12c3339
|
@ -1,7 +1,7 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
version = "${branch}.16";
|
||||
version = "${branch}.17";
|
||||
branch = "2.8";
|
||||
sha256 = "0lfmfd6rhywis9rblkxv33rpwfga9xv261fq4cn3pkx1izih7ybk";
|
||||
sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
|
||||
} // args)
|
||||
|
|
Loading…
Reference in a new issue