limbo: 0.0.9 -> 0.0.10 (#368035)

authored by Donovan Glover and committed by GitHub a77ab0af 06ebfab2

+4 -4
+4 -4
pkgs/by-name/li/limbo/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "limbo"; 10 - version = "0.0.9"; 11 12 src = fetchFromGitHub { 13 owner = "tursodatabase"; 14 repo = "limbo"; 15 tag = "v${version}"; 16 - hash = "sha256-cUGakjq6PFUKSMPKGL1CcYUjDMzdTUWUqMs0J8ZNaeQ="; 17 }; 18 19 - cargoHash = "sha256-pXMfAMD8ThMQvYRLTYuPimPoN42OXOL8Li0LsoQ/13A="; 20 21 cargoBuildFlags = [ 22 "-p" ··· 33 meta = { 34 description = "Interactive SQL shell for Limbo"; 35 homepage = "https://github.com/tursodatabase/limbo"; 36 - changelog = "https://github.com/tursodatabase/limbo/releases/tag/${src.tag}"; 37 license = lib.licenses.mit; 38 maintainers = with lib.maintainers; [ nartsiss ]; 39 mainProgram = "limbo";
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "limbo"; 10 + version = "0.0.10"; 11 12 src = fetchFromGitHub { 13 owner = "tursodatabase"; 14 repo = "limbo"; 15 tag = "v${version}"; 16 + hash = "sha256-RTX/CRfUKvMSZhULhZD+PcYcc+a1gxANMxm+GmNyb3M="; 17 }; 18 19 + cargoHash = "sha256-BzVPaT7eGOQKRkZe2ZK4rWjHQ2WM7YVMo2siUhpGfOM="; 20 21 cargoBuildFlags = [ 22 "-p" ··· 33 meta = { 34 description = "Interactive SQL shell for Limbo"; 35 homepage = "https://github.com/tursodatabase/limbo"; 36 + changelog = "https://github.com/tursodatabase/limbo/blob/${src.tag}/CHANGELOG.md"; 37 license = lib.licenses.mit; 38 maintainers = with lib.maintainers; [ nartsiss ]; 39 mainProgram = "limbo";