mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
6af12c3339
(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.
8 lines
187 B
Nix
8 lines
187 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (rec {
|
|
version = "${branch}.17";
|
|
branch = "2.8";
|
|
sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
|
|
} // args)
|