1 { fetchFromGitHub, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-qODv45smZ6jHCJBaa6EEvFLG+7g+FWrRf6BiHRFLzqM=";
14 cargoHash = "sha256-nI4n4KMPLaIF978b5VvW3mb02vKW+r39nllrhukJilI=";
17 description = "Format json into table view";
19 homepage = "https://github.com/uzimaru0000/tv";
20 changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md";
21 license = licenses.mit;
22 maintainers = with maintainers; [ figsoda ];