figsoda 2023-04-26 10:25:24 -04:00
parent 1443d143c1
commit 68cbd043bf
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 = {