Nick Cao and GitHub
9ba779a4c4
v2ray-domain-list-community: 20260618031303 -> 20260627053650 ( #536007 )
2026-06-27 17:06:42 +00:00
nixpkgs-ci[bot] and GitHub
887f53e178
vicinae: 0.21.7 -> 0.22.0 ( #536071 )
2026-06-27 17:02:47 +00:00
Adam C. Stephens and GitHub
2b7d895a0d
nixos/ntpd-rs: set default log-level to warn ( #482149 )
2026-06-27 16:18:25 +00:00
Bruno BELANYI and GitHub
2d9d54588f
woodpecker-{agent,cli,server}: 3.15.0 -> 3.16.0 ( #536069 )
2026-06-27 16:05:46 +00:00
nixpkgs-ci[bot] and GitHub
d7827e1138
zwave-js-ui: 11.20.0 -> 11.21.1 ( #535482 )
2026-06-27 15:59:22 +00:00
nixpkgs-ci[bot] and GitHub
3db4051e08
knossosnet: 1.3.7 -> 1.3.8 ( #534476 )
2026-06-27 15:59:20 +00:00
6543
860fcaec94
woodpecker-{agent,cli,server}: 3.15.0 -> 3.16.0
2026-06-27 17:53:15 +02:00
R. Ryantm
0c51b51468
uv: 0.11.22 -> 0.11.25
2026-06-27 15:53:13 +00:00
R. Ryantm
29bf246dd8
vicinae: 0.21.7 -> 0.22.0
2026-06-27 15:53:02 +00:00
klea
d7a368779a
podman: 5.8.3 -> 5.8.4
...
Fixes CVE-2026-57231/GHSA-4hq8-gpf5-8p68 (#535959 )
2026-06-27 15:42:19 +00:00
Ben Millwood
e774dd9ac0
nixos/outline: fix crash from quoted DATABASE_URL default
...
PR #532600 changed DATABASE_URL to be set via "${DATABASE_URL:-default}"
so it can be overridden from the environment. But the default is produced
by lib.escapeShellArg, which wraps its value in single quotes. Inside a
double-quoted ${VAR:-default} expansion the default undergoes parameter
expansion but not quote removal, so the literal single quotes ended up in
the connection string. outline then failed to parse it ("Failed to parse:
'postgres://localhost/outline?host=/run/postgresql'") and crashed on every
start, never opening its port.
Only substitute the default when DATABASE_URL is unset, which keeps
escapeShellArg in an unquoted assignment context where the shell strips
the quotes as intended.
Assisted-by: Claude Code, with Claude Opus 4.8
2026-06-27 16:24:02 +01:00
Ben Millwood
9c8be0b5a5
nixos/tests/outline: Switch from VM to container
2026-06-27 16:23:52 +01:00
R. Ryantm
069e805a77
_7zip-zstd-rar: 26.01-v1.5.7-R1 -> 26.02-v1.5.7-R1
2026-06-27 15:12:28 +00:00
nixpkgs-ci[bot] and GitHub
65337ce6ad
sdl_gamecontrollerdb: 0-unstable-2026-06-12 -> 0-unstable-2026-06-26 ( #536026 )
2026-06-27 15:01:58 +00:00
dotlambda and GitHub
2916cac9ca
pnpm_10: 10.34.0 -> 10.34.4 ( #525381 )
2026-06-27 14:56:40 +00:00
Morgan Helton
4455b76714
aws-sso-cli: 2.2.4 -> 2.3.1
2026-06-27 09:31:48 -05:00
Sandro Jäckel
632446907f
nextcloud-client: 33.0.5 -> 33.0.6
...
Diff: https://github.com/nextcloud-releases/desktop/compare/v33.0.5...v33.0.6
Changelog: https://github.com/nextcloud/desktop/releases/tag/v33.0.6
2026-06-27 16:24:40 +02:00
Thiago Kenji Okada and GitHub
e37ccb2fb2
libretro.opera: 0-unstable-2026-06-15 -> 0-unstable-2026-06-19 ( #535986 )
2026-06-27 14:16:25 +00:00
K900 and GitHub
336f232907
ktailctl: 0.21.5 -> 0.22.0 ( #536037 )
2026-06-27 14:13:34 +00:00
nixpkgs-ci[bot] and GitHub
aefa90f7b9
dwproton-bin: dwproton-11.0-3 -> dwproton-11.0-5 ( #536041 )
2026-06-27 14:13:09 +00:00
nixpkgs-ci[bot] and GitHub
21ac3a60be
shaperglot-cli: 1.2.0 -> 1.2.1 ( #535989 )
2026-06-27 14:13:08 +00:00
Sandro Jäckel
9d04b9cc96
home-assistant-custom-components.blueprints-updater: 2.8.1 -> 2.9.0
...
Changelog: https://github.com/luuquangvu/blueprints-updater/releases/tag/2.9.0
Diff: https://github.com/luuquangvu/blueprints-updater/compare/2.8.1...2.9.0
2026-06-27 16:12:51 +02:00
Adam C. Stephens and GitHub
62b744fd8f
incus-ui-canonical: 0.21.0 -> 0.21.2 ( #535981 )
2026-06-27 14:11:19 +00:00
Austin Horstman and GitHub
6392ac9ef3
doc/neovim: misc fixes ( #535886 )
2026-06-27 14:03:00 +00:00
R. Ryantm
0ebab54735
tokscale: 2.0.26 -> 4.0.4
2026-06-27 13:59:08 +00:00
Wolfgang Walther and GitHub
bed915b26f
postgresqlPackages.{age,pg_hint_plan,pg_safeupdate,pgaudit}: clean up sources ( #536045 )
2026-06-27 13:58:25 +00:00
Austin Horstman
a47702c9df
doc/neovim: fix formatting
...
Ran nixfmt and saw untouched section that needed formatting.
2026-06-27 08:57:35 -05:00
Austin Horstman
6474a24fdd
neovim/tests: use override instead of overrideAttrs for wrapper options
...
Correct nvim_with_autoconfigure and nvim_with_runtimeDeps tests.
1. Switched from overrideAttrs to override. Overriding wrapper arguments like autoconfigure via overrideAttrs was a silent no-op because the wrapper function evaluated the lexical autoconfigure parameter instead of the derivation attribute finalAttrs.autoconfigure.
2. Switched from plugins list to configure.packages format. The legacy neovim wrapper ignores the direct plugins argument and requires plugins to be configured under configure.packages.
2026-06-27 08:57:35 -05:00
Austin Horstman
f7b9e91062
doc/neovim: document plugin lua config type option
...
Explain the type attribute in the plugins list configuration option, showing how to specify a Lua configuration block instead of VimScript.
2026-06-27 08:57:35 -05:00
Austin Horstman
9742b211f4
doc/neovim: fix VimScript comments in examples
...
VimScript comments start with a double quote (") instead of a hash sign (#).
2026-06-27 08:57:35 -05:00
Austin Horstman
46689fa74a
doc/neovim: correct configuration overrides example
...
Correct configuration overrides example to use neovim.override instead of overrideAttrs.
2026-06-27 08:57:35 -05:00
Austin Horstman
66e23f410b
doc/neovim: document wrapNeovimUnstable options
...
Document extraPython3Packages, withPerl, vimAlias, viAlias, and extraName options for wrapNeovimUnstable.
2026-06-27 08:57:35 -05:00
Austin Horstman
23507e17e7
ci/owners: add NixOS/neovim for neovim doc
...
Make the @NixOS/neovim team the codeowner for the Neovim languages/frameworks documentation section.
2026-06-27 08:57:34 -05:00
Sandro Jäckel
2f3e4c1013
home-assistant-custom-lovelace-modules.custom-brand-icons: 2026.06.3 -> 2026.06.4
...
Diff: https://github.com/elax46/custom-brand-icons/compare/2026.06.3...2026.06.4
Changelog: https://github.com/elax46/custom-brand-icons/releases/tag/2026.06.4
2026-06-27 15:56:11 +02:00
Wolfgang Walther
7ed292fb37
postgresqlPackages.pg_safeupdate: 1.5 -> 1.6
...
Release Notes:
https://github.com/eradman/pg-safeupdate/blob/1.6/NEWS
Building with PostgreSQL 19 beta 1 still fails, reported upstream at:
https://github.com/eradman/pg-safeupdate/issues/12
2026-06-27 15:37:41 +02:00
Martin Weinelt and GitHub
4675fd9869
home-assistant-custom-components.powercalc: 1.21.0 -> 1.21.2 ( #536036 )
2026-06-27 13:35:03 +00:00
R. Ryantm
b2b419d092
dwproton-bin: dwproton-11.0-3 -> dwproton-11.0-5
2026-06-27 13:31:35 +00:00
Wolfgang Walther
9b49cc5ca0
postgresql18Packages.pgaudit: init at 18.0
...
Release Notes:
https://github.com/pgaudit/pgaudit/releases/tag/18.0
2026-06-27 15:31:16 +02:00
isabel and GitHub
796436d1bc
waydroid-helper: add missing dependency ( #535956 )
2026-06-27 13:30:38 +00:00
nixpkgs-ci[bot] and GitHub
fb7ec81ad0
context7-mcp: 3.2.1 -> 3.2.2 ( #535477 )
2026-06-27 13:28:06 +00:00
nixpkgs-ci[bot] and GitHub
62036abe2d
repomix: 1.14.0 -> 1.15.0 ( #525964 )
2026-06-27 13:28:02 +00:00
Peder Bergebakken Sundt and GitHub
dfffa671cd
dixous-cli: upgrade wasm to 126 ( #535935 )
2026-06-27 13:27:18 +00:00
Wolfgang Walther
a4ecf30715
postgresqlPackages.{age,pg_hint_plan,pg_safeupdate,pgaudit}: remove obsolete package versions for PG 13
...
PG 13 has been dropped from Nixpkgs for a while.
2026-06-27 15:26:49 +02:00
Sandro Jäckel
aee003a252
music-assistant-desktop: 0.4.0 -> 0.4.2
...
Diff: https://github.com/music-assistant/desktop-app/compare/0.4.0...0.4.2
Changelog: https://github.com/music-assistant/desktop-app/releases/tag/0.4.2
2026-06-27 15:17:28 +02:00
Sandro Jäckel
a0389e0e8c
ktailctl: 0.21.5 -> 0.22.0
...
Diff: https://github.com/f-koehler/KTailctl/compare/v0.21.5...v0.22.0
Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.22.0
2026-06-27 15:11:33 +02:00
R. Ryantm
e973474053
home-assistant-custom-components.powercalc: 1.21.0 -> 1.21.2
2026-06-27 13:08:04 +00:00
Peder Bergebakken Sundt and GitHub
cd3d60c28d
manifold: 3.5.1 -> 3.5.2 ( #535941 )
2026-06-27 13:04:57 +00:00
R. Ryantm
c14a0824b8
mirrord: 3.219.0 -> 3.223.0
2026-06-27 12:57:42 +00:00
nixpkgs-ci[bot] and GitHub
0d71a43173
copilot-language-server: 1.509.0 -> 1.513.0 ( #536000 )
2026-06-27 12:50:36 +00:00
isabel and GitHub
22ad789b69
tabbyapi: unstable-2026-06-13 -> unstable-2026-06-27; nixos/tabbyapi: add writable HOME and cache ( #536021 )
2026-06-27 12:45:54 +00:00