11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-TsxERi+xxWk6SJwIxMgqiYCAUrDLzZXPL1xQCIXtUr0=";
22 cargoHash = "sha256-p6Yqg4HdkviuOuYMGEPXyySduiS47aPOshr5iXE+f+A=";
32 nativeInstallCheckInputs = [
35 versionCheckProgramArg = [ "--version" ];
36 doInstallCheck = true;
39 updateScript = nix-update-script { };
43 description = "TUI client for bluesky";
44 homepage = "https://github.com/sugyan/tuisky";
45 changelog = "https://github.com/sugyan/tuisky/blob/${lib.removePrefix "refs/tags/" src.rev}/CHANGELOG.md";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ GaetanLepage ];
48 mainProgram = "tuisky";