mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #253884 from figsoda/ttop
This commit is contained in:
commit
c8a064ffcc
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
nimPackages.buildNimPackage (finalAttrs: {
|
nimPackages.buildNimPackage (finalAttrs: {
|
||||||
pname = "ttop";
|
pname = "ttop";
|
||||||
version = "1.2.2";
|
version = "1.2.3";
|
||||||
nimBinOnly = true;
|
nimBinOnly = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "inv2004";
|
owner = "inv2004";
|
||||||
repo = "ttop";
|
repo = "ttop";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-sXhyDIQ2gaQhy3EF4Kex2XgE3RvTJyu/iY8e66N4ZJk=";
|
hash = "sha256-YrPlE+vCA1ffV1y9QCh2W66L78HZfDRbGOflkwWLqGA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];
|
buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user