Unverified Commit d9755f2b authored by nartsisss's avatar nartsisss
Browse files

limbo: 0.0.9 -> 0.0.10

parent 6437a6b9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "limbo";
  version = "0.0.9";
  version = "0.0.10";

  src = fetchFromGitHub {
    owner = "tursodatabase";
    repo = "limbo";
    tag = "v${version}";
    hash = "sha256-cUGakjq6PFUKSMPKGL1CcYUjDMzdTUWUqMs0J8ZNaeQ=";
    hash = "sha256-RTX/CRfUKvMSZhULhZD+PcYcc+a1gxANMxm+GmNyb3M=";
  };

  cargoHash = "sha256-pXMfAMD8ThMQvYRLTYuPimPoN42OXOL8Li0LsoQ/13A=";
  cargoHash = "sha256-BzVPaT7eGOQKRkZe2ZK4rWjHQ2WM7YVMo2siUhpGfOM=";

  cargoBuildFlags = [
    "-p"
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
  meta = {
    description = "Interactive SQL shell for Limbo";
    homepage = "https://github.com/tursodatabase/limbo";
    changelog = "https://github.com/tursodatabase/limbo/releases/tag/${src.tag}";
    changelog = "https://github.com/tursodatabase/limbo/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ nartsiss ];
    mainProgram = "limbo";