Skip to content

Commit 672d1f1

Browse files
authored
tinymist: 0.12.12 -> 0.12.14 (#368131)
2 parents f6a2e6a + 19bce6c commit 672d1f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/applications/editors/vscode/extensions/myriad-dreamin.tinymist/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
1111
name = "tinymist";
1212
publisher = "myriad-dreamin";
1313
inherit (tinymist) version;
14-
hash = "sha256-vkVH+CBGSEWqSIDel+Y2O+B17LvLZbOjpHzbGAvEmWg=";
14+
hash = "sha256-nMuK51ktoJQTgJEfFivOjDmnMUx/lWNsIPZ7ZmreqYo=";
1515
};
1616

1717
nativeBuildInputs = [

pkgs/by-name/ti/tinymist/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ rustPlatform.buildRustPackage rec {
1515
pname = "tinymist";
1616
# Please update the corresponding vscode extension when updating
1717
# this derivation.
18-
version = "0.12.12";
18+
version = "0.12.14";
1919

2020
src = fetchFromGitHub {
2121
owner = "Myriad-Dreamin";
2222
repo = "tinymist";
2323
tag = "v${version}";
24-
hash = "sha256-BpbfedfPpYRbqJQMCeZyeV8+XSuh39SXr+ZZqbZG6cc=";
24+
hash = "sha256-F6nJH3JU8NxyxFevYMaQnPDTIcjcqM779CP4M1zp1rU=";
2525
};
2626

2727
useFetchCargoVendor = true;
28-
cargoHash = "sha256-1e12A4jTjFxYN3q+4KrUcHN1pmCuK7N+bzTP0eSCoOg=";
28+
cargoHash = "sha256-+Ce9qIETGFZXG4RX5GP8tpmH4fkpbPkDS1FX64NQ6/4=";
2929

3030
nativeBuildInputs = [ pkg-config ];
3131

@@ -73,7 +73,7 @@ rustPlatform.buildRustPackage rec {
7373
};
7474

7575
meta = {
76-
changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/${src.tag}/CHANGELOG.md";
76+
changelog = "https://github.com/Myriad-Dreamin/tinymist/blob/v${version}/CHANGELOG.md";
7777
description = "Tinymist is an integrated language service for Typst";
7878
homepage = "https://github.com/Myriad-Dreamin/tinymist";
7979
license = lib.licenses.asl20;

0 commit comments

Comments
 (0)