tv: init at 0.5.1

This commit is contained in:
figsoda 2021-09-08 21:35:11 -04:00
parent 82d19cb068
commit 52731e1d01
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ fetchFromGitHub, lib, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "tv";
version = "0.5.1";
src = fetchFromGitHub {
owner = "uzimaru0000";
repo = pname;
rev = "v${version}";
sha256 = "07gcs64j468213jxcjjv9vywzvfair7gbaiqzqm9wwsdgjyw0wwc";
};
cargoSha256 = "00fi7wimr0rihf6qx20r77w85w2i55kn823gp283lsszbw1z8as9";
meta = with lib; {
description = "Format json into table view";
homepage = "https://github.com/uzimaru0000/tv";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -9698,6 +9698,8 @@ with pkgs;
turses = callPackage ../applications/networking/instant-messengers/turses { };
tv = callPackage ../tools/text/tv { };
tvm = callPackage ../development/compilers/tvm { };
oysttyer = callPackage ../applications/networking/instant-messengers/oysttyer { };