thokr: adopt (#531168)

This commit is contained in:
Sandro
2026-07-01 15:41:05 +00:00
committed by GitHub
+6 -3
View File
@@ -8,8 +8,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "thokr";
version = "0.4.1";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "thatvegandev";
owner = "jrnxf";
repo = "thokr";
rev = "v${finalAttrs.version}";
sha256 = "0aryfx9qlnjdq3iq2d823c82fhkafvibmbz58g48b8ah5x5fv3ir";
@@ -19,9 +22,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Typing tui with visualized results and historical logging";
homepage = "https://github.com/thatvegandev/thokr";
homepage = "https://github.com/jrnxf/thokr";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ aiyion ];
mainProgram = "thokr";
};
})