7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-JFuqaGwCSfEIncBgLu6gGaOvAC5vojKFjruWcuSghS0=";
18 useFetchCargoVendor = true;
19 cargoHash = "sha256-CXIfE1EsNwm4vsybQSdfKewBYpzBh+uQu1jYAm8DDtI=";
22 description = "High performance csv viewer with cjk/emoji support";
23 mainProgram = "csview";
24 homepage = "https://github.com/wfxr/csview";
25 license = with licenses; [
29 maintainers = with maintainers; [ figsoda ];