Merge pull request #228331 from figsoda/typst

typst: 0.2.0 -> 0.3.0
This commit is contained in:
Weijia Wang 2023-04-26 19:31:57 +03:00 committed by GitHub
commit 059148a9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1072 additions and 184 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "typst";
repo = "typst";
rev = "v${version}";
hash = "sha256-3vNJmLmbskAzXVXjiSVDLhRcX1j3ksOgPd53W31YZ0c=";
hash = "sha256-Sx4HWs52WycAxAuoJyo8t83CxnMh64P94hbPiedfztc=";
};
cargoLock = {