Unverified Commit f4eadb6d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

tinymist: 0.12.10 -> 0.12.12 (#365674)

parents e83abe23 ae2a2497
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];

@@ -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;