ttop: 1.5.6 -> 1.5.7

This commit is contained in:
R. Ryantm
2025-09-13 02:15:40 +00:00
parent 2ca437b479
commit 0e2653af30
+2 -2
View File
@@ -7,13 +7,13 @@
buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-bBwSeB4azLjDTsfi9NFxoVphwUhHGFeJ/AYicYgk0as=";
hash = "sha256-JdUoVP/R3epkx53kMdIflDEuFuJRzCxQY1BgsyVItqM=";
};
lockFile = ./lock.json;