Skip to content

Commit

Permalink
ttop: 0.8.6 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Mar 20, 2023
1 parent 7e36f3c commit 65de6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/ttop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

nimPackages.buildNimPackage rec {
pname = "ttop";
version = "0.8.6";
version = "1.0.1";
nimBinOnly = true;

src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${version}";
hash = "sha256-2TuDaStWRsO02l8WhYLWX7vqsC0ne2adxrzqrFF9BfQ=";
hash = "sha256-x4Uczksh6p3XX/IMrOFtBxIleVHdAPX9e8n32VAUTC4=";
};

buildInputs = with nimPackages; [ asciigraph illwill parsetoml zippy ];
Expand Down

0 comments on commit 65de6e9

Please sign in to comment.