Unverified Commit 5d120d37 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233093 from figsoda/typst

typst: 0.3.0 -> 0.4.0
parents 0b075775 b3f5ab37
Loading
Loading
Loading
Loading
+269 −413

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -8,19 +8,20 @@

rustPlatform.buildRustPackage rec {
  pname = "typst";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "typst";
    repo = "typst";
    rev = "v${version}";
    hash = "sha256-Sx4HWs52WycAxAuoJyo8t83CxnMh64P94hbPiedfztc=";
    hash = "sha256-S8J2D87Zvyh501d8LG69in9om/nTS6Y+IDhJvjm/H0w=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "iai-0.1.1" = "sha256-EdNzCPht5chg7uF9O8CtPWR/bzSYyfYIXNdLltqdlR0=";
      "svg2pdf-0.4.1" = "sha256-WeVP+yhqizpTdRfyoj2AUxFKhGvVJIIiRV0GTXkgLtQ=";
    };
  };