There was an error while loading. Please reload this page.
1 parent 846c61e commit cd4b2cdCopy full SHA for cd4b2cd
1 file changed
packages/typst/build.ncl
@@ -8,14 +8,14 @@ let glibc = import "../glibc/build.ncl" in
8
let openssl = import "../openssl/build.ncl" in
9
let pkgconf = import "../pkgconf/build.ncl" in
10
11
-let version = "0.15.0" in
+let version = "0.15.1" in
12
{
13
name = "typst",
14
build_deps = [
15
{ file = "build.sh" } | Local,
16
17
url = "https://github.com/typst/typst/archive/refs/tags/v%{version}.tar.gz",
18
- sha256 = "5044bd12138491c6e880df0e09056a9ae4607d937c73962d5806402ae6ee96a6",
+ sha256 = "c07909e01a2a6941e52c9b616e48c209c755eed416d62bcf5583c37a4aca01a3",
19
extract = true,
20
strip_prefix = "typst-%{version}",
21
} | Source,
0 commit comments