tinymist: 0.11.20 -> 0.11.22
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.20...0.11.22 Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.22/CHANGELOG.md
This commit is contained in:
parent
438f280457
commit
3b209662e0
@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
name = "tinymist";
|
||||
publisher = "myriad-dreamin";
|
||||
inherit (tinymist) version;
|
||||
hash = "sha256-m5wq1F2sjiBacdyTFtLoqrJ/B6nwoaUjiNbc+zfpJoU=";
|
||||
hash = "sha256-XkpoSf2UO3OoEMMpXBMkY1peQPR/4QoQ4LrY81IsHT0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
861
pkgs/by-name/ti/tinymist/Cargo.lock
generated
861
pkgs/by-name/ti/tinymist/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -18,13 +18,13 @@ rustPlatform.buildRustPackage rec {
|
||||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.11.20";
|
||||
version = "0.11.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Myriad-Dreamin";
|
||||
repo = "tinymist";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-wmXFMLLMjMFRuWX9AFk+gJz/4t0+DiOBrvcTx+LQ+tI=";
|
||||
hash = "sha256-CQt6ptVwx86rYmXSgQ962fJupRQidLRFXU6yYkWasR0=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
@ -53,9 +53,15 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
checkFlags = [
|
||||
"--skip=e2e"
|
||||
|
||||
# Fails because of missing `creation_timestamp` field
|
||||
# https://github.com/NixOS/nixpkgs/pull/328756#issuecomment-2241322796
|
||||
"--skip=test_config_update"
|
||||
|
||||
# Require internet access
|
||||
"--skip=docs::tests::cetz"
|
||||
"--skip=docs::tests::tidy"
|
||||
"--skip=docs::tests::touying"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user