1 { lib, stdenv, rustPlatform, fetchFromGitHub, Security, sqlite, xdg-utils}:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-4pXF4p4K8+YihVB9NdgT6bOidmQEgWXUbcbvgXJ0IDA=";
17 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
22 lockFile = ./Cargo.lock;
24 "tui-utils-0.10.0" = "sha256-xazeXTGiMFZEcSFEF26te3LQ5oFFcskIiYkLzfsXf/A=";
29 homepage = "https://github.com/Acizza/anup";
30 description = "Anime tracker for AniList featuring a TUI";
31 license = licenses.agpl3Only;
32 maintainers = with maintainers; [ natto1784 ];