Skip to content

Commit cd4b2cd

Browse files
Update typst to 0.15.1
1 parent 846c61e commit cd4b2cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/typst/build.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ let glibc = import "../glibc/build.ncl" in
88
let openssl = import "../openssl/build.ncl" in
99
let pkgconf = import "../pkgconf/build.ncl" in
1010

11-
let version = "0.15.0" in
11+
let version = "0.15.1" in
1212
{
1313
name = "typst",
1414
build_deps = [
1515
{ file = "build.sh" } | Local,
1616
{
1717
url = "https://github.com/typst/typst/archive/refs/tags/v%{version}.tar.gz",
18-
sha256 = "5044bd12138491c6e880df0e09056a9ae4607d937c73962d5806402ae6ee96a6",
18+
sha256 = "c07909e01a2a6941e52c9b616e48c209c755eed416d62bcf5583c37a4aca01a3",
1919
extract = true,
2020
strip_prefix = "typst-%{version}",
2121
} | Source,

0 commit comments

Comments
 (0)