Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/prek/build.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ let toolchain = import "../toolchain/build.ncl" in
let gcc = import "../gcc/build.ncl" in
let glibc = import "../glibc/build.ncl" in

let version = "0.4.9" in
let version = "0.4.10" in
{
name = "prek",
build_deps = [
{ file = "build.sh" } | Local,
{
url = "gs://minimal-staging-archives/j178/prek/v%{version}.tar.gz",
sha256 = "c98edc2d545755b43a04097ad5f2eb69af30a7fea694d8163aa7a0128a166852",
sha256 = "7e86ac3e6eb91c606c55ee0f992c80df889b3c9ec170185a185165e5f4dd1dad",
extract = true,
strip_prefix = "prek-%{version}",
} | Source,
Expand Down
4 changes: 2 additions & 2 deletions packages/tree-sitter/build.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ let toolchain = import "../toolchain/build.ncl" in
# master (debbugs.gnu.org #79627) but NOT in a release yet, and it makes Emacs
# require tree-sitter >= 0.25. Bump to 0.26 only TOGETHER with an Emacs release
# that ships the #79627 fix (coordinated reverse-dep upgrade).
let version = "0.25.10" in
let version = "0.26.11" in
{
name = "tree-sitter",
build_deps = [
{ file = "build.sh" } | Local,
{
url = "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v%{version}.tar.gz",
sha256 = "ad5040537537012b16ef6e1210a572b927c7cdc2b99d1ee88d44a7dcdc3ff44c",
sha256 = "1bab01ed21464f3272665b9c60e39ee79f68da1333e80b23f2c9356569d06971",
extract = true,
strip_prefix = "tree-sitter-%{version}",
} | Source,
Expand Down
4 changes: 2 additions & 2 deletions packages/typst/build.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ let glibc = import "../glibc/build.ncl" in
let openssl = import "../openssl/build.ncl" in
let pkgconf = import "../pkgconf/build.ncl" in

let version = "0.15.0" in
let version = "0.15.1" in
{
name = "typst",
build_deps = [
{ file = "build.sh" } | Local,
{
url = "https://github.com/typst/typst/archive/refs/tags/v%{version}.tar.gz",
sha256 = "5044bd12138491c6e880df0e09056a9ae4607d937c73962d5806402ae6ee96a6",
sha256 = "c07909e01a2a6941e52c9b616e48c209c755eed416d62bcf5583c37a4aca01a3",
extract = true,
strip_prefix = "typst-%{version}",
} | Source,
Expand Down