mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tinymist: 0.11.32 -> 0.12.0 (#349823)
This commit is contained in:
commit
14e4b47792
@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
name = "tinymist";
|
||||
publisher = "myriad-dreamin";
|
||||
inherit (tinymist) version;
|
||||
hash = "sha256-CQVujtl1SFcUmEG7O1cvN2gr6v3kcWMMZz+oYEkclKI=";
|
||||
hash = "sha256-NQ7LsX8/1h7sSI5mPdDgu4MVc29iNJ1vl0K7fMCBmlc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
1279
pkgs/by-name/ti/tinymist/Cargo.lock
generated
1279
pkgs/by-name/ti/tinymist/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user