2024-05-15 15:35:15 +00:00
|
|
|
{
|
|
|
|
fetchFromGitHub,
|
|
|
|
buildLua,
|
|
|
|
lib,
|
|
|
|
unstableGitUpdater,
|
|
|
|
}:
|
|
|
|
|
|
|
|
buildLua {
|
|
|
|
pname = "memo";
|
|
|
|
version = "0-unstable-2023-10-31";
|
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "po5";
|
|
|
|
repo = "memo";
|
|
|
|
rev = "6f2b036ef860e130ea584657389e0a7ceb4d954f";
|
|
|
|
hash = "sha256-m8ikXuw7PM4Btg8w7ufLneKA4fnYjMyfVJYueZILMw8=";
|
|
|
|
};
|
|
|
|
|
|
|
|
passthru.updateScript = unstableGitUpdater { };
|
|
|
|
|
|
|
|
meta = with lib; {
|
2024-06-20 14:57:18 +00:00
|
|
|
description = "Recent files menu for mpv";
|
2024-05-15 15:35:15 +00:00
|
|
|
homepage = "https://github.com/po5/memo";
|
|
|
|
license = licenses.gpl3Only;
|
|
|
|
maintainers = with lib.maintainers; [ purrpurrn ];
|
|
|
|
};
|
|
|
|
}
|