File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77} :
88rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments