nixpkgs/pkgs/development/libraries/ffmpeg/5.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
179 B
Nix
Raw Normal View History

2022-09-03 19:35:40 +00:00
{ callPackage, ... }@args:
2022-01-22 02:53:14 +00:00
callPackage ./generic.nix (rec {
version = "5.1.2";
2022-01-22 02:53:14 +00:00
branch = version;
sha256 = "sha256-OaC8yNmFSfFsVwYkZ4JGpqxzbAZs69tAn5UC6RWyLys=";
2022-01-22 02:53:14 +00:00
} // args)