From 1fdf8696628d52ca6e4da58447feefc2450ee9b6 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 4 Sep 2023 13:07:03 -0400 Subject: [PATCH] ttop: 1.2.0 -> 1.2.1 Diff: https://github.com/inv2004/ttop/compare/v1.2.0...v1.2.1 Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.1 --- 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 67edfe27274d..ceccaea7ce3d 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.0"; + version = "1.2.1"; nimBinOnly = true; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; - hash = "sha256-4Tjf4Qdpiu0ErH3dkff4cwYyw/8F8+VdFV9NZt8p/3o="; + hash = "sha256-3wRGeRR1M3jx6GKVd7wSjTdfVlBGF6u3jY3wtK3lAYI="; }; buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];