tinymist: 0.11.32 -> 0.12.0 (#349823)

This commit is contained in:
Pol Dellaiera 2024-10-19 20:49:14 +02:00 committed by GitHub
commit 14e4b47792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 821 additions and 476 deletions

View File

@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
name = "tinymist";
publisher = "myriad-dreamin";
inherit (tinymist) version;
hash = "sha256-CQVujtl1SFcUmEG7O1cvN2gr6v3kcWMMZz+oYEkclKI=";
hash = "sha256-NQ7LsX8/1h7sSI5mPdDgu4MVc29iNJ1vl0K7fMCBmlc=";
};
nativeBuildInputs = [

File diff suppressed because it is too large Load Diff

View File

@ -17,19 +17,19 @@ rustPlatform.buildRustPackage rec {
pname = "tinymist";
# Please update the corresponding vscode extension when updating
# this derivation.
version = "0.11.32";
version = "0.12.0";
src = fetchFromGitHub {
owner = "Myriad-Dreamin";
repo = "tinymist";
rev = "refs/tags/v${version}";
hash = "sha256-xXrE4LOzcR4TCoBD7jbS1Ba7kBLBPiF3GI0wjq5GXWA=";
hash = "sha256-z0JfHEG01q83iHAQA/Ke/DPhKQYwkWv9HRpeUdXmTxs=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"typst-0.11.1" = "sha256-dQf4qYaOni/jwIjRVXXCZLTn6ox3v6EyhCbaONqNtcw=";
"typst-0.12.0" = "sha256-E2wSVHqY3SymCwKgbLsASJYaWfrbF8acH15B2STEBF8=";
"typst-syntax-0.7.0" = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=";
"typstfmt_lib-0.2.7" = "sha256-LBYsTCjZ+U+lgd7Z3H1sBcWwseoHsuepPd66bWgfvhI=";
};
@ -53,14 +53,10 @@ 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"
"--skip=docs::package::tests::cetz"
"--skip=docs::package::tests::tidy"
"--skip=docs::package::tests::touying"
];
nativeInstallCheckInputs = [