limbo: rename to turso

This commit is contained in:
nartsisss
2025-11-07 11:25:50 +03:00
parent 64e838b9c0
commit 39581a0fe6
2 changed files with 8 additions and 7 deletions
@@ -6,12 +6,12 @@
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "limbo";
pname = "tursodb";
version = "0.0.14";
src = fetchFromGitHub {
owner = "tursodatabase";
repo = "limbo";
repo = "turso";
tag = "v${version}";
hash = "sha256-t3bIW+HuuZzj3NOw2lnTZw9qxj7lGWtR8RbZF0rVbQ4=";
};
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [
"-p"
"limbo"
"turso_cli"
];
cargoTestFlags = cargoBuildFlags;
@@ -31,11 +31,11 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = {
description = "Interactive SQL shell for Limbo";
homepage = "https://github.com/tursodatabase/limbo";
changelog = "https://github.com/tursodatabase/limbo/blob/v${version}/CHANGELOG.md";
description = "Interactive SQL shell for Turso";
homepage = "https://github.com/tursodatabase/turso";
changelog = "https://github.com/tursodatabase/turso/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nartsiss ];
mainProgram = "limbo";
mainProgram = "tursodb";
};
}
+1
View File
@@ -839,6 +839,7 @@ mapAliases {
lightly-qt = throw "'lightly-qt' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
ligo = throw "ligo has been removed from nixpkgs for lack of maintainance"; # Added 2025-06-03
lima-bin = warnAlias "lima-bin has been replaced by lima" lima; # Added 2025-05-13
limbo = warnAlias "limbo has been renamed to turso" turso; # Added 2025-11-07
lincity_ng = warnAlias "lincity_ng has been renamed to lincity-ng" lincity-ng; # Added 2025-10-09
linphone = linphonePackages.linphone-desktop; # Added 2025-09-20
linux-libre = throw "linux_libre has been removed due to lack of maintenance"; # Added 2025-10-01