9 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-oaswuXQPdAl2XExwEWnSN15roqNj9OVUr1Y1vsX461o=";
21 export HOME=$(mktemp -d)
24 build-system = with python3Packages; [
28 dependencies = with python3Packages; [
37 passthru.tests.version = testers.testVersion {
39 command = "waymore --version";
40 version = "Waymore - v${version}";
44 description = "Find way more from the Wayback Machine";
45 homepage = "https://github.com/xnl-h4ck3r/waymore";
46 changelog = "https://github.com/xnl-h4ck3r/waymore/releases/tag/v${version}";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ genga898 ];
49 mainProgram = "waymore";