Loading pkgs/by-name/li/limbo/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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"; Loading Loading
pkgs/by-name/li/limbo/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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"; Loading