Merge pull request #264498 from figsoda/typst

typst: 0.8.0 -> 0.9.0
This commit is contained in:
Pol Dellaiera 2023-10-31 07:57:31 +01:00 committed by GitHub
commit a2046fdb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 633 additions and 581 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "typst";
repo = "typst";
rev = "v${version}";
hash = "sha256-q2b/PoNwpzarJbIPzokYgZRD2/Oe/XB40C4VXdwL/NA=";
hash = "sha256-LwRB/AQE8TZZyHEQ7kKB10itzEgYjg4R/k+YFqmutDc=";
};
cargoLock = {