typst: 0.2.0 -> 0.3.0
Diff: https://github.com/typst/typst/compare/v0.2.0...v0.3.0 Changelog: https://github.com/typst/typst/releases/tag/v0.3.0
This commit is contained in:
parent
1443d143c1
commit
68cbd043bf
2 changed files with 1072 additions and 184 deletions
1252
pkgs/tools/typesetting/typst/Cargo.lock
generated
1252
pkgs/tools/typesetting/typst/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue