File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
applications/editors/vscode/extensions/myriad-dreamin.tinymist Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
1111 name = "tinymist" ;
1212 publisher = "myriad-dreamin" ;
1313 inherit ( tinymist ) version ;
14- hash = "sha256-vkVH+CBGSEWqSIDel+Y2O+B17LvLZbOjpHzbGAvEmWg =" ;
14+ hash = "sha256-nMuK51ktoJQTgJEfFivOjDmnMUx/lWNsIPZ7ZmreqYo =" ;
1515 } ;
1616
1717 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ rustPlatform.buildRustPackage rec {
1515 pname = "tinymist" ;
1616 # Please update the corresponding vscode extension when updating
1717 # this derivation.
18- version = "0.12.12 " ;
18+ version = "0.12.14 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "Myriad-Dreamin" ;
2222 repo = "tinymist" ;
2323 tag = "v${ version } " ;
24- hash = "sha256-BpbfedfPpYRbqJQMCeZyeV8+XSuh39SXr+ZZqbZG6cc =" ;
24+ hash = "sha256-F6nJH3JU8NxyxFevYMaQnPDTIcjcqM779CP4M1zp1rU =" ;
2525 } ;
2626
2727 useFetchCargoVendor = true ;
28- cargoHash = "sha256-1e12A4jTjFxYN3q+4KrUcHN1pmCuK7N+bzTP0eSCoOg =" ;
28+ cargoHash = "sha256-+Ce9qIETGFZXG4RX5GP8tpmH4fkpbPkDS1FX64NQ6/4 =" ;
2929
3030 nativeBuildInputs = [ pkg-config ] ;
3131
@@ -73,7 +73,7 @@ rustPlatform.buildRustPackage rec {
7373 } ;
7474
7575 meta = {
76- changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/${ src . tag } /CHANGELOG.md" ;
76+ changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/v ${ version } /CHANGELOG.md" ;
7777 description = "Tinymist is an integrated language service for Typst" ;
7878 homepage = "https://github.com/Myriad-Dreamin/tinymist" ;
7979 license = lib . licenses . asl20 ;
You can’t perform that action at this time.
0 commit comments