1 { fetchFromGitHub, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-9rjrNxMUUuH3S6fVsooscgIP+oFeQ6/gBQmuUMPDfp0=";
14 cargoHash = "sha256-/0jviI91y4eAJ0uZDQqnw9htcl+j0aybY0U5gCc9DFg=";
17 description = "High performance csv viewer with cjk/emoji support";
18 mainProgram = "csview";
19 homepage = "https://github.com/wfxr/csview";
20 license = with licenses; [ mit /* or */ asl20 ];
21 maintainers = with maintainers; [ figsoda ];