8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "tursodatabase";
16 hash = "sha256-Lmtvn7hWdrqumtTpiYK0sTsESeKo4Mfao32K0DfHmrc=";
19 cargoHash = "sha256-hOKTN41yqMPh/Zo8jVRiOSL331py9QRzLhkTL2Jz0yI=";
25 cargoTestFlags = cargoBuildFlags;
27 nativeInstallCheckInputs = [ versionCheckHook ];
28 doInstallCheck = true;
29 versionCheckProgramArg = [ "--version" ];
31 passthru.updateScript = nix-update-script { };
34 description = "Interactive SQL shell for Limbo";
35 homepage = "https://github.com/tursodatabase/limbo";
36 changelog = "https://github.com/tursodatabase/limbo/blob/v${version}/CHANGELOG.md";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ nartsiss ];
39 mainProgram = "limbo";