From 65373919b7287dc9f629bc41134bbe5bda4889d0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 5 Sep 2023 13:10:53 -0400 Subject: [PATCH] ttop: 1.2.1 -> 1.2.2 Diff: https://github.com/inv2004/ttop/compare/v1.2.1...v1.2.2 Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.2 --- 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 ceccaea7ce3d..e740ac15bb19 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.1"; + version = "1.2.2"; nimBinOnly = true; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; - hash = "sha256-3wRGeRR1M3jx6GKVd7wSjTdfVlBGF6u3jY3wtK3lAYI="; + hash = "sha256-sXhyDIQ2gaQhy3EF4Kex2XgE3RvTJyu/iY8e66N4ZJk="; }; buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];