ttop: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm
2025-07-09 00:32:35 +00:00
parent 651322d68b
commit ecbd0b303e
+2 -2
View File
@@ -7,13 +7,13 @@
buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-KfPlO0RmahavA3dsxNDozuNOXIRAwDTtT+zFaF6hYd0=";
hash = "sha256-e3c7ovFxQN/pJ18Qg8+DdLqfhgmrHSTNM5zDZ2Jaapw=";
};
lockFile = ./lock.json;