João Santos Reis
dccad3b9c4
busybox: re-enable tar tests
2026-06-26 10:48:41 +01:00
João Santos Reis
03aae1016e
busybox: backport tar symlink bug fix
2026-06-26 10:48:39 +01:00
nyanloutre
743719421e
servarr-ffmpeg: align config flags on upstream
2026-06-26 09:48:12 +00:00
Oleksii Filonenko and GitHub
636ddc074e
codebase-memory-mcp: init at 0.8.1 ( #535308 )
2026-06-26 09:44:38 +00:00
Nidhish Chauhan
42e61e1e4a
hasciicam: init at 2.5.0
2026-06-26 15:10:16 +05:30
Fabian Affolter and GitHub
2db38a247c
python3Packages.playwrightcapture: migrate to finalAttrs
2026-06-26 11:40:14 +02:00
Fabian Affolter and GitHub
79ef000f82
python3Packages.google-cloud-run: 0.16.0 -> 0.16.1 ( #535448 )
2026-06-26 09:38:43 +00:00
R. Ryantm
423873000e
libretro.pcsx2: 0-unstable-2026-06-01 -> 0-unstable-2026-06-24
2026-06-26 09:34:05 +00:00
R. Ryantm
b38b7853e2
terraform-providers.e-breuninger_netbox: 5.6.1 -> 5.6.2
2026-06-26 09:25:52 +00:00
Felix Bargfeldt and GitHub
4354ac007d
olivetin-3k: 3000.14.0 -> 3000.15.0 ( #535475 )
2026-06-26 09:24:45 +00:00
Thiago Kenji Okada and GitHub
0b88e1e2e0
libretro.play: 0-unstable-2026-06-06 -> 0-unstable-2026-06-22 ( #535481 )
2026-06-26 09:23:37 +00:00
nixpkgs-ci[bot] and GitHub
007fdaf78d
frida-tools: 14.10.2 -> 14.10.4 ( #535535 )
2026-06-26 09:21:54 +00:00
nixpkgs-ci[bot] and GitHub
0bfa3a193f
nix-scheduler-hook: 0.7.3 -> 0.8.0 ( #535478 )
2026-06-26 09:21:44 +00:00
nixpkgs-ci[bot] and GitHub
28662a6f5b
encrypted-dns-server: 0.9.20 -> 0.9.21 ( #535459 )
2026-06-26 09:21:41 +00:00
nixpkgs-ci[bot] and GitHub
9d72898eee
sonarr: 4.0.17.2952 -> 4.0.18.2971 ( #535349 )
2026-06-26 09:21:33 +00:00
Alexander Ben Nasrallah
0d84599d4c
lispPackages: Add cl-gdk4
2026-06-26 11:21:13 +02:00
Alexander Ben Nasrallah
c217e73cf6
lispPackages: Add cl-gtk4_dot_sourceview
2026-06-26 11:20:49 +02:00
Benjamin Sparks and Sandro Jäckel
b31e4206d9
python3Packages.nltk: 3.9.2 -> 3.9.4
...
Diff: https://github.com/nltk/nltk/compare/3.9.2...3.9.4
2026-06-26 11:20:10 +02:00
ZeHuaJun
e931781a84
maintainers: add zehuajun
2026-06-26 17:18:15 +08:00
Oleksii Filonenko and GitHub
eb6d0d87ea
upsun: 5.9.0 -> 5.10.7 ( #534859 )
2026-06-26 10:16:22 +01:00
Alexander Ben Nasrallah
c91ec7f06e
lispPackages.cl-gtk4: Update to current master
2026-06-26 11:14:37 +02:00
R. Ryantm
d9473bf289
opkssh: 0.14.0 -> 0.15.0
2026-06-26 09:13:22 +00:00
R. Ryantm
414b2963a4
vscode-extensions.ms-windows-ai-studio.windows-ai-studio: 1.4.3 -> 1.6.1
2026-06-26 09:08:11 +00:00
Oleksii Filonenko and GitHub
bdccc39dd2
kiwix-apple: 3.14.0 -> 3.15.1 ( #535089 )
2026-06-26 10:04:51 +01:00
R. Ryantm
b562b2b931
ansible-doctor: 8.3.2 -> 8.3.3
2026-06-26 09:00:05 +00:00
Ramses and GitHub
5e6a9f42a1
nixos/etc-overlay: ship empty /etc/machine-id placeholder on immutable /etc ( #529950 )
2026-06-26 08:57:55 +00:00
Felix Singer
aed3cb210c
redmine: 6.1.2 -> 6.1.3
...
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2026-06-26 10:56:52 +02:00
R. Ryantm
311493cb02
temporal_capi: 0.2.3 -> 0.2.4
2026-06-26 08:54:58 +00:00
StepBroBD and GitHub
bca48eba98
osu-lazer{,-bin}: 2026.620.0 -> 2026.624.0 ( #535432 )
2026-06-26 08:53:45 +00:00
r-vdp
f438cd8d56
nixos/doc: release note for /etc/machine-id on immutable /etc
2026-06-26 10:51:16 +02:00
r-vdp
86a665d5b6
nixos/etc-overlay: fix machine-id-commit on first-boot when /etc is RO
...
The upstream unit has ConditionPathIsReadWrite=/etc, which is always
false on the read-only overlay, so the previous commit alone requires
users that want persistence to override the conditions themselves before
the generated ID can be written back.
Use ConditionFirstBoot instead, with the empty placeholder
first-boot is "no" and commit stays skipped, but when a writable
file containing "uninitialized" is bind-mounted over /etc/machine-id,
first-boot is "yes" once and commit writes the ID through the bind.
2026-06-26 10:50:58 +02:00
r-vdp
3eaafe4d48
nixos/etc-overlay: ship empty /etc/machine-id on immutable /etc
...
The symlink to /var/lib/nixos/machine-id never persists the ID,
systemd-machine-id-commit.service requires a writable /etc, and
machine_id_commit() does not follow symlinks for its mountpoint check.
So the backing file stays "uninitialized", every boot is
ConditionFirstBoot=yes, and the machine-id is random per boot.
Ship an empty regular file instead, systemd then overlays /run/machine-id
for the session, ConditionFirstBoot is correctly "no", commit is
cleanly condition-skipped, and the file is a usable bind target for
users that want persistence.
Fixes #523878
2026-06-26 10:50:57 +02:00
Robert Rose
2eea39f937
k3s_1_34: 1.34.8+k3s1 -> 1.34.9+k3s1
...
https://github.com/k3s-io/k3s/releases/tag/v1.34.9%2Bk3s1
2026-06-26 10:50:25 +02:00
R. Ryantm
7bfb3a9058
python3Packages.pyvlx: 0.2.35 -> 0.2.36
2026-06-26 08:47:14 +00:00
Gaétan Lepage and GitHub
f792febdfd
ruff: 0.15.19 -> 0.15.20 ( #535412 )
2026-06-26 08:34:36 +00:00
R. Ryantm
2fca2dece9
alpaca: 9.2.3 -> 9.2.4
2026-06-26 08:34:25 +00:00
R. Ryantm
863032eaa9
prometheus-smokeping-prober: 0.11.0 -> 0.12.0
2026-06-26 08:33:33 +00:00
zowoq and GitHub
410a3a0797
terraform-providers.aminueza_minio: 3.38.0 -> 3.38.1 ( #535544 )
2026-06-26 08:31:01 +00:00
Yohann Boniface and GitHub
d90bbc96c2
maintainers: update azahi ( #535428 )
2026-06-26 08:30:02 +00:00
zowoq and GitHub
cf2a18cced
terraform-providers.hetznercloud_hcloud: 1.64.0 -> 1.66.0 ( #535539 )
2026-06-26 08:28:22 +00:00
Yohann Boniface and GitHub
67311af440
python3Packages.coinbase-advanced-py: 1.8.3 -> 1.8.4 ( #535487 )
2026-06-26 08:24:40 +00:00
R. Ryantm
b236c9990e
terraform-providers.aminueza_minio: 3.38.0 -> 3.38.1
2026-06-26 08:19:45 +00:00
R. Ryantm
f05c982fb0
omnictl: 1.8.2 -> 1.9.0
2026-06-26 08:17:29 +00:00
Matt Sturgeon and GitHub
8caf1890bb
servarr-ffmpeg: 5.1.4 -> 5.1.10 ( #535419 )
2026-06-26 08:15:30 +00:00
R. Ryantm
bd2cf925d3
terraform-providers.hetznercloud_hcloud: 1.64.0 -> 1.66.0
2026-06-26 08:10:05 +00:00
nixpkgs-ci[bot] and GitHub
729488574a
zapzap: 6.5.2.1 -> 6.5.2.4 ( #535533 )
2026-06-26 08:05:12 +00:00
nixpkgs-ci[bot] and GitHub
30cc3468a0
devin-cli: 2026.7.16 -> 2026.8.18 ( #535521 )
2026-06-26 08:05:10 +00:00
nixpkgs-ci[bot] and GitHub
27f8b1b834
jonquil: 0.3.1 -> 0.3.2 ( #531395 )
2026-06-26 08:03:58 +00:00
0bb6415b55
nixos/matrix-authentication-service: init
...
Co-authored-by: mkoppmann <dev@mkoppmann.at >
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com >
Co-authored-by: FlashOnFire_ <flashonfire@proton.me >
Assisted-by: gemini-cli
2026-06-26 14:55:45 +07:00
Gaétan Lepage and GitHub
d9d49983ca
ty: 0.0.53 -> 0.0.54 ( #535415 )
2026-06-26 07:54:21 +00:00