ttop: 1.5.4 -> 1.5.6

This commit is contained in:
R. Ryantm 2025-07-18 01:42:43 +00:00
parent 751c64a795
commit 24d51ec516

View File

@ -7,13 +7,13 @@
buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.5.4";
version = "1.5.6";
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-e3c7ovFxQN/pJ18Qg8+DdLqfhgmrHSTNM5zDZ2Jaapw=";
hash = "sha256-bBwSeB4azLjDTsfi9NFxoVphwUhHGFeJ/AYicYgk0as=";
};
lockFile = ./lock.json;