File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
applications/editors/vscode/extensions/myriad-dreamin.tinymist Expand file tree Collapse file tree 2 files changed +5
-4
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-1mBzimFM/ntjL/d0YkoCds5MtXKwB52jzcHEWpx3Ggo =" ;
14+ hash = "sha256-QhME94U4iVUSXGLlGqM+X8WbnnxGIVeKKJYEWWAMztg =" ;
1515 } ;
1616
1717 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ rustPlatform.buildRustPackage (finalAttrs: {
1515 pname = "tinymist" ;
1616 # Please update the corresponding vscode extension when updating
1717 # this derivation.
18- version = "0.13.12 " ;
18+ version = "0.13.14 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "Myriad-Dreamin" ;
2222 repo = "tinymist" ;
2323 tag = "v${ finalAttrs . version } " ;
24- hash = "sha256-5uokMl+ZgDKVoxnQ/her/Aq6c69Gv0ngZuTDH0jcyoE =" ;
24+ hash = "sha256-CTZhMbXLL13ybKFC34LArE/OXGfrAnXKXM79DP8ct60 =" ;
2525 } ;
2626
2727 useFetchCargoVendor = true ;
28- cargoHash = "sha256-GJJXTVm7hLmMaRJnpmslrpKNHnyhgo/6ZWXU//xl1Vc =" ;
28+ cargoHash = "sha256-aD50+awwVds9zwW5hM0Hgxv8NGV7J63BOSpU9907O+k =" ;
2929
3030 nativeBuildInputs = [
3131 installShellFiles
@@ -37,6 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3737
3838 # Require internet access
3939 "--skip=docs::package::tests::cetz"
40+ "--skip=docs::package::tests::fletcher"
4041 "--skip=docs::package::tests::tidy"
4142 "--skip=docs::package::tests::touying"
4243
You can’t perform that action at this time.
0 commit comments