Unverified Commit 0ea2fe5d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #250411 from figsoda/typstfmt

typstfmt: unstable-2023-08-06 -> unstable-2023-08-15
parents db70a466 352ec7d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -488,8 +488,8 @@ dependencies = [

[[package]]
name = "typst-syntax"
version = "0.6.0"
source = "git+https://github.com/typst/typst.git#f39bfa476222aa92a590d65f7c2d58612f24eef2"
version = "0.7.0"
source = "git+https://github.com/typst/typst.git?tag=v0.7.0#da8367e189b02918a8fe1a98fd3059fd11a82cd9"
dependencies = [
 "comemo",
 "ecow",
+4 −4
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

rustPlatform.buildRustPackage {
  pname = "typstfmt";
  version = "unstable-2023-08-06";
  version = "unstable-2023-08-15";

  src = fetchFromGitHub {
    owner = "astrale-sharp";
    repo = "typstfmt";
    rev = "825d328a593451f0cae36aa4a3d23ee8ed95f6aa";
    hash = "sha256-NRVczIIRKPztrIE6KqohMN4i5S8ywa0eXHiqsvemKU0=";
    rev = "0e5cf2769ef46ca8f6627c688cb8f848ee279a88";
    hash = "sha256-xdmEixbINjVjXlGwdBqDPcd4YHcT/WeswlRNEwpnfx4=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "typst-syntax-0.6.0" = "sha256-oAn783W7P8zY8gqPyy/w1goW/tdLJgf0qm2qAEJ9Vto=";
      "typst-syntax-0.7.0" = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=";
    };
  };