ttop: 1.2.0 -> 1.2.1
Diff: https://github.com/inv2004/ttop/compare/v1.2.0...v1.2.1 Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.1
This commit is contained in:
parent
3c15feef77
commit
1fdf869662
@ -2,14 +2,14 @@
|
||||
|
||||
nimPackages.buildNimPackage (finalAttrs: {
|
||||
pname = "ttop";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
nimBinOnly = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inv2004";
|
||||
repo = "ttop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-4Tjf4Qdpiu0ErH3dkff4cwYyw/8F8+VdFV9NZt8p/3o=";
|
||||
hash = "sha256-3wRGeRR1M3jx6GKVd7wSjTdfVlBGF6u3jY3wtK3lAYI=";
|
||||
};
|
||||
|
||||
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];
|
||||
|
Loading…
Reference in New Issue
Block a user