tinymist: 0.13.20 -> 0.13.22
Changelog: https://github.com/Myriad-Dreamin/tinymist/releases/tag/v0.13.22 Diff: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.20...v0.13.22
This commit is contained in:
parent
50e2b34ef0
commit
523246aa94
@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
|||||||
name = "tinymist";
|
name = "tinymist";
|
||||||
publisher = "myriad-dreamin";
|
publisher = "myriad-dreamin";
|
||||||
inherit (tinymist) version;
|
inherit (tinymist) version;
|
||||||
hash = "sha256-uHUnCg8hkJQI0QSZZ5Kbj/S7ktY9ANdQqHCvBB+p1EA=";
|
hash = "sha256-fI+HzioLDxACH0anSkYOw47jpocVQp7m9xHh6APehis=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
@ -15,16 +15,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
pname = "tinymist";
|
pname = "tinymist";
|
||||||
# Please update the corresponding vscode extension when updating
|
# Please update the corresponding vscode extension when updating
|
||||||
# this derivation.
|
# this derivation.
|
||||||
version = "0.13.20";
|
version = "0.13.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Myriad-Dreamin";
|
owner = "Myriad-Dreamin";
|
||||||
repo = "tinymist";
|
repo = "tinymist";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-XMOh7dYOyYPwzhf3+g2CeuZZ3nNr9ku3XO9V+WK0JHk=";
|
hash = "sha256-OLFffYjgo+go6fEQNM2TVdZL9cHVuA8Tgv73a3ex3JM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-FRiN2xEI1JOXW4dFgCqvQ4aG1oAfQTPDFG0blkM35NQ=";
|
cargoHash = "sha256-IyGYBbb8ilK+8fsFAm1N2A0Cw0qrbTqG20TgQs+1yaA=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user