Michael Daniels and GitHub
2cf26e8128
workflows/test: test release-supported-systems changes ( #536677 )
2026-06-29 15:03:59 +00:00
Gaetan Lepage
4eb8d73b04
python3Packages.scverse-misc: init at 0.1.0
2026-06-29 15:03:43 +00:00
Cosima Neidahl and GitHub
2ecabfd029
{libsForQt5,qt6Packages}.libqtdbustest: 0.4.0 -> 0.4.1 ( #533998 )
2026-06-29 15:01:21 +00:00
Jhonas Wernery and GitHub
a8540a6fda
treewide: fix build with newer nodejs versions by bumping yauzl ( #536292 )
2026-06-29 14:59:00 +00:00
Oleksii Filonenko and GitHub
95bc592235
kaggle: 2.2.2 -> 2.2.3 ( #536404 )
2026-06-29 14:52:57 +00:00
Oleksii Filonenko and GitHub
8a02f1474b
bento: 1.18.0 -> 1.18.1 ( #536414 )
2026-06-29 14:52:12 +00:00
Oleksii Filonenko and GitHub
57727357de
python3Packages.steamloop: 1.2.1 -> 1.2.3 ( #536500 )
2026-06-29 14:51:21 +00:00
Oleksii Filonenko and GitHub
294927a62a
claude-code: 2.1.193 -> 2.1.195 ( #536548 )
2026-06-29 14:49:26 +00:00
Oleksii Filonenko and GitHub
e163fd3d3b
python3Packages.emborg: 1.42 -> 1.43 ( #536642 )
2026-06-29 14:48:09 +00:00
Oleksii Filonenko and GitHub
7d1158d432
python3Packages.fastcore: 1.13.6 -> 1.13.8 ( #536659 )
2026-06-29 14:47:31 +00:00
Arjan Schrijver
3e66820bbe
ntfy-sh: 2.24.0 -> 2.25.0
...
Changelog: https://github.com/binwiederhier/ntfy/releases/tag/v2.25.0
2026-06-29 16:47:02 +02:00
Peder Bergebakken Sundt and GitHub
6436243554
rpcs3: override glew to disable EGL fixing build failure ( #530692 )
2026-06-29 14:40:53 +00:00
Oleksii Filonenko and GitHub
77e9fa29a3
modctl: init at 0.2.2 ( #534946 )
2026-06-29 14:40:24 +00:00
teutat3s
50d5ba20a7
slack: remove myself from maintainers
2026-06-29 16:30:42 +02:00
sempiternal-aurora
d3b4ce4f68
ghdl-llvm-jit: init at 6.0.0
...
Add the new backend added to ghdl in 5.0.1. Also cleanup the various
code, and fix the platforms now that gnat may soon be available on
aarch64-linux.
Furthermore, sets the default ghdl backend to "llvm-jit" on aarch64
platforms, as mcode doesn't build there, and llvm-jit has the same
compile and run in memory structure so it should be a drop in
replacement.
2026-06-30 00:30:14 +10:00
R. Ryantm
87e3007ca7
cargo-tauri: 2.11.3 -> 2.11.4
2026-06-29 14:23:32 +00:00
R. Ryantm
cfe2e28b43
jreleaser-cli: 1.24.0 -> 1.25.0
2026-06-29 14:23:14 +00:00
Matt Sturgeon
62d2c2fb9d
workflows/test: test release-supported-systems changes
2026-06-29 15:22:20 +01:00
R. Ryantm
6199143cef
pgcenter: 0.10.1 -> 0.11.0
2026-06-29 14:11:29 +00:00
Adam C. Stephens
eaf01929d4
beamPackages.hex: 2.4.2 -> 2.5.0
...
Diff: https://github.com/hexpm/hex/compare/v2.4.2...v2.5.0
2026-06-29 10:05:15 -04:00
Peder Bergebakken Sundt and GitHub
b85f651481
oscar: fix icon, clean up installPhase ( #533692 )
2026-06-29 13:56:42 +00:00
Peder Bergebakken Sundt and GitHub
c6e3e1e218
ramalama: 0.19.0 -> 0.22.0 ( #532665 )
2026-06-29 13:55:40 +00:00
Peder Bergebakken Sundt and GitHub
40cc67d136
python3Packages.semchunk: 4.0.0 -> 4.1.0; python3Packages.{mpire,sphinx-versions,sphinxcontrib-images}: remove ( #534195 )
2026-06-29 13:54:47 +00:00
Peder Bergebakken Sundt and GitHub
790aad01a6
circumflex: install man page, shell completions; cleanup ( #534426 )
2026-06-29 13:53:43 +00:00
Alexander Bantyev and GitHub
deb77f9588
opam2json: 0.4 -> 0.5 ( #534817 )
2026-06-29 13:52:16 +00:00
Peder Bergebakken Sundt and GitHub
166fb098f1
sonobuoy: 0.57.3 -> 0.57.4 ( #533923 )
2026-06-29 13:51:00 +00:00
Martin Weinelt and GitHub
ef40a9ca97
home-assistant-custom-lovelace-modules.weather-radar-card: fix loading ( #534997 )
2026-06-29 13:50:58 +00:00
nixpkgs-ci[bot] and GitHub
4249a7e764
samloader-rs: 1.2.0 -> 2.0.0 ( #536582 )
2026-06-29 13:50:04 +00:00
gbhu753
c80d453e9c
modctl: fix darwin install check with versionCheckHook
...
modctl's cobra commands invoke config.NewRoot(), which resolves the
home directory via os/user.Current(). On darwin os/user bypasses $HOME
and calls getpwuid directly, returning /var/empty for the nixbld user,
so writableTmpDirAsHomeHook (which only sets $HOME) cannot redirect
the .modctl directory and the install check fails with
"mkdir /var/empty/.modctl: operation not permitted".
Drop writableTmpDirAsHomeHook and instead use preVersionCheck to point
versionCheckProgram at a small wrapper that appends
--log-dir/--storage-dir=$TMPDIR, mirroring the flags the previous
manual installCheckPhase used. versionCheckHook still performs the
actual --version/--help invocation, output capture, and ${version}
matching.
Assisted-by: opencode (GLM-5.2)
2026-06-30 01:49:45 +12:00
nixpkgs-ci[bot] and GitHub
93f2a904f9
swiftlint: 0.63.3 -> 0.65.0 ( #536463 )
2026-06-29 13:49:37 +00:00
nixpkgs-ci[bot] and GitHub
b2baa715a5
src-cli: 7.3.0 -> 7.4.0 ( #536360 )
2026-06-29 13:49:33 +00:00
nixpkgs-ci[bot] and GitHub
ed33d43906
aws-ofi-nccl: 1.19.2 -> 1.20.0 ( #536031 )
2026-06-29 13:49:21 +00:00
nixpkgs-ci[bot] and GitHub
fb20f93176
yaookctl: 0-unstable-2026-06-18 -> 0-unstable-2026-06-23 ( #536010 )
2026-06-29 13:49:17 +00:00
nixpkgs-ci[bot] and GitHub
c85c9ea648
mise: skip setuid-preservation test on darwin too ( #535763 )
2026-06-29 13:49:15 +00:00
Peder Bergebakken Sundt and GitHub
7fcebdb1cd
python3Packages.inject: 5.3.0-unstable-2026-01-05 -> 5.4.0 ( #533643 )
2026-06-29 13:48:40 +00:00
Peder Bergebakken Sundt and GitHub
853d7f8021
rofimoji: 6.7.0 -> 6.8.0 ( #533649 )
2026-06-29 13:48:24 +00:00
Jonas Heinrich and GitHub
c0cffe7afa
ocenaudio: 3.17.1 -> 3.19.5 ( #533885 )
2026-06-29 13:46:36 +00:00
Matthieu Coudron and GitHub
b88d9fc78f
luaPackages.kulala-nvim: 6.17.0-1 -> 6.20.1-1 ( #536658 )
2026-06-29 13:46:24 +00:00
R. Ryantm
ac05081525
nixbit: 0.9.0 -> 0.10.0
2026-06-29 13:44:34 +00:00
R. Ryantm
a5efd6ddd5
qownnotes: 26.6.7 -> 26.6.9
2026-06-29 13:38:45 +00:00
Peder Bergebakken Sundt and GitHub
306a96f675
lmstudio: 0.4.16-2 -> 0.4.18-1 ( #535969 )
2026-06-29 13:38:45 +00:00
Austin Horstman
e77d303b50
luaPackages.kulala-nvim: 6.17.0-1 -> 6.20.1-1
2026-06-29 08:37:36 -05:00
Austin Horstman
0d3874f7cf
vimPlugins: update on 2026-06-29
2026-06-29 08:36:56 -05:00
Jonas Heinrich and GitHub
f4bb0ec215
eslint: 10.5.0 -> 10.6.0 ( #536577 )
2026-06-29 13:36:29 +00:00
Peder Bergebakken Sundt and GitHub
d2490312e8
qmplay2: add deno support for yt-dlp ( #524743 )
2026-06-29 13:35:55 +00:00
Peder Bergebakken Sundt and GitHub
a503f0ee98
portfolio: fix wrapping ( #535994 )
2026-06-29 13:33:38 +00:00
Peder Bergebakken Sundt and GitHub
fa1386879a
nfpm: 2.46.3 -> 2.47.0 ( #535677 )
2026-06-29 13:32:21 +00:00
Felix Bargfeldt and GitHub
c5cd713b3d
ytdl-sub: 2026.05.10.post1 -> 2026.06.23 ( #536612 )
2026-06-29 13:32:17 +00:00
Nick Cao and GitHub
f7133256cc
python3Packages.edk2-pytool-library: 0.23.14 -> 0.23.15 ( #536396 )
2026-06-29 13:32:08 +00:00
Eman Resu
14234b49ba
lib.sources.fromSourceAttributes: don't filter if no conditions passed
2026-06-29 09:30:56 -04:00