Merge pull request #254975 from figsoda/typst

typst: 0.7.0 -> 0.8.0
This commit is contained in:
Pol Dellaiera
2023-09-13 20:49:04 +02:00
committed by GitHub
2 changed files with 803 additions and 464 deletions
+799 -462
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -8,19 +8,21 @@
rustPlatform.buildRustPackage rec {
pname = "typst";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "typst";
repo = "typst";
rev = "v${version}";
hash = "sha256-yrtOmlFAKOqAmhCP7n0HQCOQpU3DWyms5foCdUb9QTg=";
hash = "sha256-q2b/PoNwpzarJbIPzokYgZRD2/Oe/XB40C4VXdwL/NA=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"iai-0.1.1" = "sha256-EdNzCPht5chg7uF9O8CtPWR/bzSYyfYIXNdLltqdlR0=";
"oxipng-8.0.0" = "sha256-KIbSsQEjwJ12DxYpBTUD1g9CqJqCfSAmnFcSTiGIoio=";
"self-replace-1.3.5" = "sha256-N57nmLHgxhVR1CDtkgjYwpo1ypdGyVpjJY7vzuncxDc=";
};
};