mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
ttop: 1.2.2 -> 1.2.3
Diff: https://github.com/inv2004/ttop/compare/v1.2.2...v1.2.3 Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.3
This commit is contained in:
parent
1d07743667
commit
abe4d9830f
@ -2,14 +2,14 @@
|
||||
|
||||
nimPackages.buildNimPackage (finalAttrs: {
|
||||
pname = "ttop";
|
||||
version = "1.2.2";
|
||||
version = "1.2.3";
|
||||
nimBinOnly = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inv2004";
|
||||
repo = "ttop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-sXhyDIQ2gaQhy3EF4Kex2XgE3RvTJyu/iY8e66N4ZJk=";
|
||||
hash = "sha256-YrPlE+vCA1ffV1y9QCh2W66L78HZfDRbGOflkwWLqGA=";
|
||||
};
|
||||
|
||||
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];
|
||||
|
Loading…
Reference in New Issue
Block a user