From 265e6de15a7f817a5f21badc79882acfd83e122f Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 2 Sep 2023 15:38:28 +0400 Subject: [PATCH] =?UTF-8?q?ttop:=201.0.1=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/tools/system/ttop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/ttop/default.nix b/pkgs/tools/system/ttop/default.nix index 06dba4607297..20b28fa7dd0c 100644 --- a/pkgs/tools/system/ttop/default.nix +++ b/pkgs/tools/system/ttop/default.nix @@ -2,17 +2,17 @@ nimPackages.buildNimPackage (finalAttrs: { pname = "ttop"; - version = "1.0.1"; + version = "1.2.0"; nimBinOnly = true; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; - hash = "sha256-x4Uczksh6p3XX/IMrOFtBxIleVHdAPX9e8n32VAUTC4="; + hash = "sha256-4Tjf4Qdpiu0ErH3dkff4cwYyw/8F8+VdFV9NZt8p/3o="; }; - buildInputs = with nimPackages; [ asciigraph illwill parsetoml zippy ]; + buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ]; meta = with lib; finalAttrs.src.meta // {