1 { lib, fetchFromGitHub, unstableGitUpdater, buildLua, mpv-unwrapped }:
4 pname = "mpv-thumbfast";
5 version = "unstable-2023-12-08";
7 src = fetchFromGitHub {
10 rev = "03e93feee5a85bf7c65db953ada41b4826e9f905";
11 hash = "sha256-5u5WBvWOEydJrnr/vilEgW4+fxkxM6wNjb9Fyyxx/1c=";
13 passthru.updateScript = unstableGitUpdater {};
15 passthru.extraWrapperArgs = [
16 "--prefix" "PATH" ":" "${lib.getBin mpv-unwrapped}/bin"
20 description = "High-performance on-the-fly thumbnailer for mpv";
21 homepage = "https://github.com/po5/thumbfast";
22 license = lib.licenses.mpl20;
23 maintainers = with lib.maintainers; [ apfelkuchen6 ];