Skip to content

Commit

Permalink
tinymist: 0.12.10 -> 0.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 16, 2024
1 parent e27aff1 commit ae2a249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ti/tinymist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ rustPlatform.buildRustPackage rec {
pname = "tinymist";
# Please update the corresponding vscode extension when updating
# this derivation.
version = "0.12.10";
version = "0.12.12";

src = fetchFromGitHub {
owner = "Myriad-Dreamin";
repo = "tinymist";
tag = "v${version}";
hash = "sha256-y+H1Q8TJa7XinVcsgZ9XCyeIUqQzvIAjlkgjia9rNso=";
hash = "sha256-BpbfedfPpYRbqJQMCeZyeV8+XSuh39SXr+ZZqbZG6cc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-Fvd8PqT64HseoIIhsWittN6Trp2i4ravIc+ETwiY+xQ=";
cargoHash = "sha256-1e12A4jTjFxYN3q+4KrUcHN1pmCuK7N+bzTP0eSCoOg=";

nativeBuildInputs = [ pkg-config ];

Expand Down Expand Up @@ -73,7 +73,7 @@ rustPlatform.buildRustPackage rec {
};

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

0 comments on commit ae2a249

Please sign in to comment.