From abe4d9830fd29c10e49ffc05bc6b3058dae32f39 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 7 Sep 2023 12:51:04 -0400 Subject: [PATCH] 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 --- pkgs/tools/system/ttop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/system/ttop/default.nix b/pkgs/tools/system/ttop/default.nix index e740ac15bb19..c09f028d006e 100644 --- a/pkgs/tools/system/ttop/default.nix +++ b/pkgs/tools/system/ttop/default.nix @@ -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 ];