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
2 changed files with 633 additions and 581 deletions
+631 -579
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 = {