3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #225120 from drupol/bump/typst-0.1.0

typst: 0.1 -> 0.1.0
This commit is contained in:
Weijia Wang 2023-04-07 14:27:00 +03:00 committed by GitHub
commit d4fd4d20b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
rustPlatform.buildRustPackage rec {
pname = "typst";
version = "0.1";
version = "0.1.0";
src = fetchFromGitHub {
owner = "typst";