Unverified Commit 8e8d880e authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

ttop: 1.5.3 -> 1.5.4 (#423669)

parents dd9ec065 ecbd0b30
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.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;