7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "nathangavin";
15 hash = "sha256-T8T9fW4E/wigktSomoc+xPkVqX5T3OnTmL4XIT5YXe8=";
18 cargoHash = "sha256-WDUw539G15rf2X1NWLRCHIxMqyuxthEy8Cbn5XgIFCk=";
21 description = "Terminal based csv editor which is designed to be memory efficient but still useful";
22 homepage = "https://github.com/nathangavin/csv-tui";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ ottoblep ];
25 mainProgram = "csv_tui";