summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-12 19:56:31 -0400
committerfigsoda <figsoda@pm.me>2023-09-12 19:56:31 -0400
commit50414cd27846dd8ca59267dc95fb5830c0eb0635 (patch)
tree605f7de663764b1b75cf628b69277afdbec47c22 /pkgs/tools/system
parentf4a33546bdb5f81bd6cceb1b3cb19667145fed83 (diff)
ttop: 1.2.4 -> 1.2.5
Diff: https://github.com/inv2004/ttop/compare/v1.2.4...v1.2.5

Changelog: https://github.com/inv2004/ttop/releases/tag/v1.2.5
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/ttop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ttop/default.nix b/pkgs/tools/system/ttop/default.nix
index d36d492522064..b108638ca7a90 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.4";
+  version = "1.2.5";
   nimBinOnly = true;
 
   src = fetchFromGitHub {
     owner = "inv2004";
     repo = "ttop";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-kOYgqFKZ0TC54o6tQaxGA1i12sU8Mg9bEwbGoZiBZ0Y=";
+    hash = "sha256-GMGGkpBX+pmZ+TSDRs2N3H4Bwa3oXSDo9vM192js7Ww=";
   };
 
   buildInputs = with nimPackages; [ asciigraph illwill jsony parsetoml zippy ];