tinymist: 0.13.0 -> 0.13.2
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.13.0...v0.13.2 Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/v0.13.2/CHANGELOG.md
This commit is contained in:
@@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
name = "tinymist";
|
||||
publisher = "myriad-dreamin";
|
||||
inherit (tinymist) version;
|
||||
hash = "sha256-AaH/G5Bv0rUa0t6m1iiNMkX3p+mEzwWaDqH9qZzAm+Q=";
|
||||
hash = "sha256-xdpu2dL6DQy1B6NqinTrW0DccEhsacAfYlu17rTexk0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -18,17 +18,17 @@ rustPlatform.buildRustPackage rec {
|
||||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.13.0";
|
||||
version = "0.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Myriad-Dreamin";
|
||||
repo = "tinymist";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b2tU9weUKc0Y8LikSblfa3ifckp3u09M9Rhl+WujugI=";
|
||||
hash = "sha256-THL3lnbyuxPg52FZfmTMsRU77ODehY0i6vTOlg8dcoc=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-eKMkvRPVM6UjURQ8GCCYYU4gTaVi/dLWh/D/XQmM6mw=";
|
||||
cargoHash = "sha256-UThWkBKI1tmKfIwEJ7fUaA1vn5DoUQJH7yLbba2h+yc=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
@@ -90,9 +90,9 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/v${version}/CHANGELOG.md";
|
||||
description = "Tinymist is an integrated language service for Typst";
|
||||
homepage = "https://github.com/Myriad-Dreamin/tinymist";
|
||||
changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/v${version}/editors/vscode/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "tinymist";
|
||||
maintainers = with lib.maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user