ttop: 1.5.7 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-04-15 05:17:36 +00:00
parent fd3fafbc0f
commit ad1ed1f50f
+2 -2
View File
@@ -7,13 +7,13 @@
buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.5.7";
version = "1.6.1";
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-JdUoVP/R3epkx53kMdIflDEuFuJRzCxQY1BgsyVItqM=";
hash = "sha256-qq+8LEP6rHL3opwsQixwNnMbbk0TN+mIrrdCjuKnAfA=";
};
lockFile = ./lock.json;