Robert Schütz
bd619e4205
python3Packages.homeassistant-stubs: 2026.4.3 -> 2026.4.4
...
Diff: https://github.com/KapJI/homeassistant-stubs/compare/2026.4.3...2026.4.4
Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2026.4.4
2026-04-25 16:26:55 -07:00
R. Ryantm
695851a7f1
context7-mcp: 2.1.8 -> 2.2.0
2026-04-25 23:24:24 +00:00
R. Ryantm
1a1c25501f
python3Packages.py-netgear-plus: 0.6.1 -> 0.6.3
2026-04-25 23:20:49 +00:00
Defelo
ea1a52aea9
ketesa: 1.2.0 -> 1.2.1
...
Changelog: https://github.com/etkecc/ketesa/releases/tag/v1.2.1
Diff: https://github.com/etkecc/ketesa/compare/v1.2.0...v1.2.1
2026-04-26 01:19:45 +02:00
Ingo Blechschmidt
e349edf3f0
lilo: unbreak
2026-04-26 01:16:48 +02:00
nixpkgs-ci[bot] and GitHub
6c723ca1bf
deezer-desktop: 7.1.150 -> 7.1.170 ( #513505 )
2026-04-25 23:14:34 +00:00
x7c2d
12f553550f
nixos/systemd-networkd: add new options for v260
...
systemd 260 introduces some new linkConfig options to configure ethernet
devices and a new [MobileNetwork] section (and options) to configure
cellular network connections using a new integration with ModemManager.
- https://github.com/systemd/systemd/releases/tag/v260
2026-04-26 00:06:57 +01:00
R. Ryantm
2407f6b043
firefly-iii: 6.5.9 -> 6.6.1
2026-04-25 23:02:56 +00:00
zowoq and GitHub
579a53368d
terraform-providers.topicusonderwijs_octodns: 1.1.5 -> 1.2.0 ( #513510 )
2026-04-25 22:57:08 +00:00
R. Ryantm
ec9727773a
typescript-go: 0-unstable-2026-04-16 -> 0-unstable-2026-04-24
2026-04-25 22:48:11 +00:00
R. Ryantm
9a203df54f
terraform-providers.topicusonderwijs_octodns: 1.1.5 -> 1.2.0
2026-04-25 22:39:05 +00:00
Will Fancher
835b3f77b2
nixos/luksroot: Improve systemd stage 1 assertion messages
2026-04-25 18:38:49 -04:00
kirillrdy and GitHub
b6db88c463
python3Packages.scikit-base: 0.13.2 -> 1.0.0 ( #513423 )
2026-04-25 22:28:00 +00:00
R. Ryantm
76ed5b15d6
deezer-desktop: 7.1.150 -> 7.1.170
2026-04-25 22:26:20 +00:00
dish
b8d4d82697
doc/javascript: remove yarn2nix docs and redirect
2026-04-25 18:22:39 -04:00
dish
e18d84b7b3
doc/rl-2605: add yarn2nix deprecation notice
2026-04-25 18:22:39 -04:00
dish
a3f6c41323
yarn2nix: drop and throw for all of it
2026-04-25 18:22:39 -04:00
zowoq and GitHub
546cffc3c7
linux_6_19: remove ( #512639 )
2026-04-25 22:20:42 +00:00
R. Ryantm
320eddd9be
duplicati: 2.3.0.0 -> 2.3.0.1
2026-04-25 22:17:45 +00:00
R. Ryantm
83abb365aa
spruce: 1.32.0 -> 1.35.0
2026-04-25 22:16:11 +00:00
zowoq
ce8e406d5e
linux_6_19: remove
...
EOL
2026-04-26 08:14:41 +10:00
zowoq and GitHub
ee2f7c4a13
terraform-providers.vancluever_acme: 2.47.0 -> 2.48.0 ( #513446 )
2026-04-25 22:14:01 +00:00
zowoq and GitHub
4b25be69cf
terraform-providers.spotinst_spotinst: 1.234.0 -> 1.235.0 ( #513353 )
2026-04-25 22:13:52 +00:00
Weijia Wang and GitHub
4372d6cab0
windows.mcfgthreads: 2.3.1 -> 2.3.2 ( #511696 )
2026-04-25 22:13:21 +00:00
dish
27398c2c3e
zammad: remove yarn2nix from update script
...
Seems to be unused, I ran this update script without it and encountered
no errors.
2026-04-25 18:13:00 -04:00
dish
0b07722b0a
sticky-notes: fixup_yarn_lock -> fixup-yarn-lock
2026-04-25 18:12:37 -04:00
Gaetan Lepage
65bc0f80d0
python3Packages.dm-control: 1.0.39 -> 1.0.40
...
Diff: https://github.com/google-deepmind/dm_control/compare/1.0.39...1.0.40
Changelog: https://github.com/google-deepmind/dm_control/releases/tag/1.0.40
2026-04-25 22:08:37 +00:00
Eliezio Oliveira and Claude Opus 4.6
dcabcf5692
zinit: fix installation path of share/ files
...
The `share/git-process-output.zsh` and `share/rpm2cpio.zsh` files were
installed directly into `$out/share/zinit/` instead of the expected
`$out/share/zinit/share/` subdirectory. This broke zinit's runtime
lookups since it resolves these files relative to `$ZINIT[BIN_DIR]/share/`:
- `share/git-process-output.zsh` is referenced by `zinit-install.zsh`
(line 431) for git clone progress output processing, by
`zinit-autoload.zsh` (line 2007) for zcompile during self-update,
and by `scripts/install.sh` (line 104) during installation.
- `share/rpm2cpio.zsh` is referenced by `zinit-install.zsh` (line 1703)
for extracting RPM archives.
Refs: https://github.com/zdharma-continuum/zinit/blob/v3.14.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-25 23:05:23 +01:00
R. Ryantm
f861b5b1c1
libretro.mesen: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20
2026-04-25 22:02:27 +00:00
R. Ryantm
f8175dfa46
phpunit: 13.1.5 -> 13.1.7
2026-04-25 22:00:19 +00:00
R. Ryantm
e44ab7bc14
home-assistant-custom-components.solax_modbus: 2026.04.3 -> 2026.04.4
2026-04-25 21:58:41 +00:00
Gaetan Lepage
6c955cf8ba
python3Packages.skops: 0.13.0 -> 0.14
...
Diff: https://github.com/skops-dev/skops/compare/v0.13.0...v0.14
Changelog: https://github.com/skops-dev/skops/releases/tag/v0.14
2026-04-25 21:56:08 +00:00
Matt Sturgeon and GitHub
8e105958c9
ci/github-script/merge: clarify maintainership is based on target branch ( #513453 )
2026-04-25 21:55:42 +00:00
R. Ryantm
0d32b50a80
homer: 26.4.1 -> 26.4.2
2026-04-25 21:54:07 +00:00
nixpkgs-ci[bot] and GitHub
b79153b41b
pyradio: 0.9.3.11.29 -> 0.9.3.11.30 ( #513427 )
2026-04-25 21:53:42 +00:00
R. Ryantm
f735749a3c
encrypted-dns-server: 0.9.18 -> 0.9.19
2026-04-25 21:47:32 +00:00
R. Ryantm
2b18edad19
postgresqlPackages.pg_background: 1.9.2 -> 1.9.3
2026-04-25 21:34:17 +00:00
Martin Weinelt and GitHub
ffcf69a37f
nixos/dhparams: deprecate, schedule removal ( #513396 )
2026-04-25 21:29:24 +00:00
Johannes Kirschbauer and GitHub
5d7c257e33
lib/services: improve configure function documentation ( #508211 )
2026-04-25 21:07:57 +00:00
Yohann Boniface and GitHub
ce5626124c
wakatime-cli: 2.3.1 -> 2.7.0 ( #513468 )
2026-04-25 20:58:38 +00:00
nixpkgs-ci[bot] and GitHub
124b018cf3
wootility: 5.2.5 -> 5.3.0 ( #512660 )
2026-04-25 20:55:15 +00:00
ccicnce113424
123ddea7a9
motrix-next: 3.6.8 -> 3.8.3, disable tests on macOS
2026-04-26 04:44:22 +08:00
Gaetan Lepage
4defc9d4dd
mujoco: 3.7.0 -> 3.8.0
...
Diff: https://github.com/google-deepmind/mujoco/compare/3.7.0...3.8.0
Changelog: https://mujoco.readthedocs.io/en/3.8.0/changelog.html
2026-04-25 20:43:57 +00:00
R. Ryantm
cbf7d4ce36
wakatime-cli: 2.3.1 -> 2.7.0
2026-04-25 20:43:33 +00:00
Gaétan Lepage and GitHub
0a158c7614
just-lsp: 0.4.2 -> 0.4.3 ( #513222 )
2026-04-25 20:41:57 +00:00
R. Ryantm
dc734a7cfb
gemini-cli-bin: 0.38.1 -> 0.39.1
2026-04-25 20:39:04 +00:00
Grimmauld
a6da95906d
lgogdownloader-gui: migrate to qt6
2026-04-25 22:33:57 +02:00
Grimmauld
3601a8430b
gitqlient: 1.6.3 -> 1.6.3-unstable-2025-09-11, migrate to qt6, unbreak
2026-04-25 22:33:57 +02:00
Grimmauld
706cd17dbd
mnemosyne: clean up
2026-04-25 22:33:56 +02:00
Michael Daniels
bf5b890773
ci/github-script/merge: clarify maintainership is based on target branch
2026-04-25 16:29:04 -04:00