Commit ad1ed1f5 authored by R. RyanTM's avatar R. RyanTM
Browse files

ttop: 1.5.7 -> 1.6.1

parent fd3fafbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;