Skip to content

Commit a77ab0a

Browse files
limbo: 0.0.9 -> 0.0.10 (#368035)
2 parents 06ebfab + d9755f2 commit a77ab0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/li/limbo/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "limbo";
10-
version = "0.0.9";
10+
version = "0.0.10";
1111

1212
src = fetchFromGitHub {
1313
owner = "tursodatabase";
1414
repo = "limbo";
1515
tag = "v${version}";
16-
hash = "sha256-cUGakjq6PFUKSMPKGL1CcYUjDMzdTUWUqMs0J8ZNaeQ=";
16+
hash = "sha256-RTX/CRfUKvMSZhULhZD+PcYcc+a1gxANMxm+GmNyb3M=";
1717
};
1818

19-
cargoHash = "sha256-pXMfAMD8ThMQvYRLTYuPimPoN42OXOL8Li0LsoQ/13A=";
19+
cargoHash = "sha256-BzVPaT7eGOQKRkZe2ZK4rWjHQ2WM7YVMo2siUhpGfOM=";
2020

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

0 commit comments

Comments
 (0)