Skip to content

Commit 2086a77

Browse files
committed
feat(deps/nix): upgrade build-time dependencies
In particular, this brings tree-sitter up to v0.25.3, enabling tree-sitter ABI v15.
1 parent 68ecce6 commit 2086a77

File tree

3 files changed

+46
-41
lines changed

3 files changed

+46
-41
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Development environment flake";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
flake-utils.url = "github:numtide/flake-utils";
77
};
88

@@ -63,9 +63,9 @@
6363
mailutils
6464
nettle
6565
pkg-config
66-
python3
66+
python313Packages.dmgbuild
6767
rsync
68-
ruby_3_3
68+
ruby
6969
sqlite
7070
texinfo
7171
time

flake.pkgs

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,72 @@
11
DarwinTools-1
22
autoconf-2.72
33
bash-5.2p37
4+
bash-interactive-5.2p37
45
brotli-1.1.0
56
bzip2-1.0.8
67
cairo-1.18.2
78
cctools-binutils-darwin-1010.6
89
cctools-binutils-darwin-wrapper-1010.6
9-
clang-16.0.6
10-
clang-wrapper-16.0.6
11-
coreutils-9.5
12-
curl-8.12.1
10+
clang-19.1.7
11+
clang-wrapper-19.1.7
12+
coreutils-9.7
13+
curl-8.14.1
1314
dbus-1.14.10
14-
diffutils-3.10
15+
diffutils-3.12
1516
expat-2.7.1
1617
file-5.45
1718
findutils-4.10.0
18-
fontconfig-2.15.0
19+
fontconfig-2.16.0
1920
freetype-2.13.3
20-
gawk-5.3.1
21-
gcc-13.3.0
22-
gcc-wrapper-13.3.0
21+
gawk-5.3.2
22+
gcc-14.3.0
23+
gcc-wrapper-14.3.0
2324
gdk-pixbuf-2.42.12
24-
gettext-0.21.1
25+
gettext-0.22.5
2526
giflib-5.2.2
26-
git-2.47.2
27-
glib-2.82.1
27+
git-2.50.1
28+
glib-2.84.3
2829
gnugrep-3.11
2930
gnumake-4.4.1
3031
gnused-4.9
3132
gnutar-1.35
32-
gnutls-3.8.6
33+
gnutls-3.8.9
3334
graphite2-1.3.14
34-
gzip-1.13
35-
harfbuzz-10.0.1
35+
gzip-1.14
36+
harfbuzz-10.2.0
3637
jq-1.7.1
3738
krb5-1.21.3
38-
lcms2-2.16
39-
libdeflate-1.22
40-
libgccjit-13.3.0
39+
lcms2-2.17
40+
libdeflate-1.23
41+
libgccjit-14.3.0
42+
libiconv-1.17
4143
libiconv-109
42-
libidn2-2.3.7
44+
libidn2-2.3.8
4345
libjpeg-turbo-3.0.4
44-
libpng-apng-1.6.43
46+
libpng-apng-1.6.46
4547
libpsl-0.21.5
46-
librsvg-2.58.3
48+
librsvg-2.60.0
4749
libtasn1-4.20.0
4850
libtiff-4.7.0
49-
libwebp-1.4.0
51+
libwebp-1.5.0
5052
libxml2-2.13.8
51-
mailutils-3.17
52-
nettle-3.10
53-
nghttp2-1.64.0
54-
openssl-3.3.3
53+
mailutils-3.18
54+
nettle-3.10.1
55+
nghttp2-1.65.0
56+
openssl-3.4.2
5557
patch-2.7.6
5658
pkg-config-wrapper-0.29.2
57-
python3-3.12.8
59+
python3-3.13.5
60+
python3.13-dmgbuild-1.6.2
61+
python3.13-ds-store-1.3.1
62+
python3.13-mac-alias-2.2.2
5863
rsync-3.4.1
59-
ruby-3.3.8
60-
sqlite-3.46.1
61-
texinfo-7.1.1
64+
ruby-3.3.9
65+
sqlite-3.48.0
66+
texinfo-7.2
6267
time-1.9
63-
tree-sitter-0.24.6
64-
which-2.21
68+
tree-sitter-0.25.3
69+
which-2.23
6570
xcbuild-0.1.1-unstable-2019-11-20
66-
xz-5.6.3
67-
zstd-1.5.6
71+
xz-5.8.1
72+
zstd-1.5.7

0 commit comments

Comments
 (0)