Unverified Commit 7628ad65 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

ttop: 1.5.6 -> 1.5.7 (#442532)

parents 99b4fe01 0e2653af
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.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;