nixpkgs/pkgs/development/libraries/ffmpeg/2.8.nix
zowoq 6af12c3339
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.
2020-07-18 18:02:22 +02:00

8 lines
187 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (rec {
version = "${branch}.17";
branch = "2.8";
sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
} // args)