Loading pkgs/by-name/tt/ttop/package.nix +12 −4 Original line number Diff line number Diff line { lib, buildNimPackage, fetchFromGitHub, testers }: { lib, buildNimPackage, fetchFromGitHub, testers, }: buildNimPackage (finalAttrs: { pname = "ttop"; version = "1.5.2"; version = "1.5.3"; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; hash = "sha256-/rs5JjTXxptVHXL3fY8qP6Be3r5N871CEbUH7w6zx4A="; hash = "sha256-KfPlO0RmahavA3dsxNDozuNOXIRAwDTtT+zFaF6hYd0="; }; lockFile = ./lock.json; Loading @@ -29,7 +34,10 @@ buildNimPackage (finalAttrs: { changelog = "https://github.com/inv2004/ttop/releases/tag/${finalAttrs.src.rev}"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ figsoda sikmir ]; maintainers = with maintainers; [ figsoda sikmir ]; mainProgram = "ttop"; }; }) Loading
pkgs/by-name/tt/ttop/package.nix +12 −4 Original line number Diff line number Diff line { lib, buildNimPackage, fetchFromGitHub, testers }: { lib, buildNimPackage, fetchFromGitHub, testers, }: buildNimPackage (finalAttrs: { pname = "ttop"; version = "1.5.2"; version = "1.5.3"; src = fetchFromGitHub { owner = "inv2004"; repo = "ttop"; rev = "v${finalAttrs.version}"; hash = "sha256-/rs5JjTXxptVHXL3fY8qP6Be3r5N871CEbUH7w6zx4A="; hash = "sha256-KfPlO0RmahavA3dsxNDozuNOXIRAwDTtT+zFaF6hYd0="; }; lockFile = ./lock.json; Loading @@ -29,7 +34,10 @@ buildNimPackage (finalAttrs: { changelog = "https://github.com/inv2004/ttop/releases/tag/${finalAttrs.src.rev}"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ figsoda sikmir ]; maintainers = with maintainers; [ figsoda sikmir ]; mainProgram = "ttop"; }; })