Merge pull request #274084 from katexochen/ttop/1-2-8

ttop: 1.2.7 -> 1.2.8
This commit is contained in:
Nikolay Korotkiy 2023-12-14 08:10:10 +04:00 committed by GitHub
commit 32ca27da0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildNimPackage (finalAttrs: {
pname = "ttop";
version = "1.2.7";
version = "1.2.8";
src = fetchFromGitHub {
owner = "inv2004";
repo = "ttop";
rev = "v${finalAttrs.version}";
hash = "sha256-oPdaUqh6eN1X5kAYVvevOndkB/xnQng9QVLX9bu5P5E=";
hash = "sha256-QMUrA3OjxlDa1OxptJL7T3SPDTzSwVz6zz+ueh9eovM=";
};
lockFile = ./lock.json;