typst: 0.3.0 -> 0.4.0
Diff: https://github.com/typst/typst/compare/v0.3.0...v0.4.0 Changelog: https://github.com/typst/typst/releases/tag/v0.4.0
This commit is contained in:
parent
8bf3e834da
commit
b3f5ab3796
2 changed files with 274 additions and 417 deletions
686
pkgs/tools/typesetting/typst/Cargo.lock
generated
686
pkgs/tools/typesetting/typst/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue