figsoda 2023-05-20 16:47:43 -04:00
parent 8bf3e834da
commit b3f5ab3796
2 changed files with 274 additions and 417 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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=";
};
};