Commit Graph
988657 Commits
Author SHA1 Message Date
whispers dc326b6c25 mullvad-browser: add whispersofthedawn as maintainer 2026-04-21 08:25:01 -04:00
whispers a8cec1913e tor-browser: 15.0.9 -> 15.10.0
Changelog: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/tbb-15.0.10-build1/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
Firefox ESR: https://www.firefox.com/en-US/firefox/140.10.0/releasenotes/
2026-04-21 08:25:00 -04:00
whispers 7f1adc5106 mullvad-browser: 15.0.9 -> 15.10.0
Changelog: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/mb-15.0.10-build1/projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
Firefox ESR: https://www.firefox.com/en-US/firefox/140.10.0/releasenotes/

The update script source URL has also been updated to
dist.torproject.org, as updates tend to make their way there faster and
it is thus slightly more convenient.
2026-04-21 08:24:59 -04:00
nixpkgs-ci[bot]andGitHub 304aa26a79 Merge master into staging-nixos 2026-04-21 12:24:48 +00:00
nixpkgs-ci[bot]andGitHub 65814f10db Merge master into staging-next 2026-04-21 12:23:46 +00:00
R. Ryantm f15802082e python3Packages.ansi2image: 0.1.4 -> 0.1.5 2026-04-21 12:22:01 +00:00
Adam C. StephensandGitHub 9c75c0996a tailwindcss_4: 4.2.2 -> 4.2.3 (#511901) 2026-04-21 12:21:55 +00:00
matthewcroughan de106f53f2 klipper: fix cross 2026-04-21 13:20:29 +01:00
r-vdp 386a2346d7 nixos/mosquitto: use acl-file/password-file plugins
Mosquitto 2.1 deprecated the acl_file and password_file config options
in favour of plugins shipping the same code, with removal scheduled for
3.0. Switch the per-listener config generation over to load the plugins
instead.

per_listener_settings is also deprecated but kept for now since the
module design is built around per-listener auth and the 3.0 replacement
semantics are not yet finalised upstream.

A version assertion is added since the plugins only ship with 2.1+.
2026-04-21 14:19:24 +02:00
r-vdp 068672d9af nixos/mosquitto: emit plugin/plugin_opt_* instead of deprecated aliases
The auth_plugin and auth_opt_* config keys have been deprecated upstream
in favour of plugin and plugin_opt_*. Both spellings are accepted since
mosquitto 2.0, so this is safe regardless of the package version.

auth_plugin_deny_special_chars has no new-style alias and is kept as-is.
2026-04-21 14:19:23 +02:00
r-vdp 0101675dad nixos/mosquitto: allow 2.1 config keys in freeform settings
Mosquitto 2.1 introduced a number of new listener, bridge and global
config keys. The module rejects unknown keys via assertKeysValid, so
these need to be added to the allowlists for users to be able to set
them.
2026-04-21 14:19:23 +02:00
2tefanandr-vdp 1b76e5a9ce mosquitto: 2.0.22 -> 2.1.2 2026-04-21 14:19:23 +02:00
rewineandGitHub dd1fb03f1b cpeditor: 7.0.2 -> 7.1.1 (#512043) 2026-04-21 12:04:44 +00:00
Yohann BonifaceandGitHub b2864d40b1 {libnvidia-container,envoy-bin}: remove katexochen from maintainers (#512064) 2026-04-21 12:02:54 +00:00
nixpkgs-ci[bot]andGitHub 5758d142d1 similarity: 0.3.1 -> 0.5.0 (#511140) 2026-04-21 12:01:35 +00:00
Arsenii Zorin 0de8c58acc pulumi-bin: 3.230.0 -> 3.231.0 2026-04-21 14:55:19 +03:00
R. Ryantm 42b7c6b49a postgresqlPackages.pgmq: 1.11.0 -> 1.11.1 2026-04-21 11:55:19 +00:00
Paul Meyer 4898bd564e libnvidia-container: remove katexochen from maintainers
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2026-04-21 13:55:16 +02:00
Paul Meyer 722369506b envoy-bin: remove katexochen from maintainers
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2026-04-21 13:54:52 +02:00
R. Ryantm b028d2fb5d cnspec: 13.4.1 -> 13.5.0 2026-04-21 11:54:33 +00:00
emilylange f9573cd5a4 openbao: 2.5.2 -> 2.5.3
https://github.com/openbao/openbao/releases/tag/v2.5.3

diff: https://github.com/openbao/openbao/compare/v2.5.2...v2.5.3
2026-04-21 13:53:12 +02:00
R. Ryantm a9b648e7b4 python3Packages.python-youtube: 0.9.8 -> 0.9.9 2026-04-21 11:49:47 +00:00
Doron Behar fa7ad22d06 python3.pkgs.plopp: 26.4.0 -> 26.4.1
Diff: https://github.com/scipp/plopp/compare/26.4.0...26.4.1
2026-04-21 14:45:17 +03:00
R. Ryantm 1a26dc1578 jsonschema-cli: 0.46.0 -> 0.46.2 2026-04-21 11:42:36 +00:00
Prasanna Loganathar 5df4625ced sway: prefer systemd user bus over spawning a session dbus-daemon
The base wrapper falls back to `dbus-run-session sway` when
`DBUS_SESSION_BUS_ADDRESS` is unset. `dbus-run-session` unconditionally
spawns `dbus-daemon` (reference impl) as a fresh session bus, ignoring the
per-user bus already provided by `systemd --user` at
`$XDG_RUNTIME_DIR/bus`.

On NixOS this matters in two ways:

- Under `services.dbus.implementation = "broker"`, sway descendants bypass
  the broker user bus and land on a separate `dbus-daemon`, splitting the
  session between two buses.
- Even under the reference impl, a redundant second `dbus-daemon` gets
  spawned for the sway session.

Prefer the existing user bus at `$XDG_RUNTIME_DIR/bus` when available and
keep `dbus-run-session` only as the last-resort fallback for environments
without a `systemd --user` instance (containers, minimal CI).
2026-04-21 19:32:47 +08:00
Paul HaerleandGitHub 7482d9f889 nixos/switchable-system: improve switch-inhibitor pre-check (#510514) 2026-04-21 11:32:37 +00:00
K900andGitHub cbd6b798f4 fosrl-pangolin: 1.17.0 -> 1.17.1 (#509868) 2026-04-21 11:31:39 +00:00
kirillrdyandGitHub ebcead1fdc pocket-tts: 1.1.1 -> 2.0.0 (#512051) 2026-04-21 11:30:27 +00:00
yaya 538f739cf1 gitlab-runner: 18.10.1 -> 18.11.1
Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.11.1/CHANGELOG.md
2026-04-21 13:16:48 +02:00
R. Ryantm d2d15a791d grafanaPlugins.grafana-clickhouse-datasource: 4.14.0 -> 4.15.0 2026-04-21 11:16:18 +00:00
R. Ryantm 2d72672d15 python3Packages.pypdf: 6.10.0 -> 6.10.2 2026-04-21 11:14:39 +00:00
R. Ryantm 8384008549 whoogle-search: 1.2.3 -> 1.2.4 2026-04-21 11:04:55 +00:00
jaredmontoya 83e45e019e passff-host: add nix-update-script 2026-04-21 13:01:24 +02:00
jaredmontoya 250e7133b6 passff-host: use upstream codeberg source 2026-04-21 13:01:24 +02:00
nixpkgs-ci[bot]andGitHub 67650575de spicetify-cli: 2.43.1 -> 2.43.2 (#511938) 2026-04-21 10:59:15 +00:00
Arian van Putten d2c949d725 nixos/dbus: switch default implementation to dbus-broker
dbus-broker provides higher performance and reliability compared to the
classic dbus-daemon. The prerequisite PR #477800 has been merged, making
this switch safe.

Note that services.dbus.implementation is a switch inhibitor: changing
the D-Bus implementation between generations requires a reboot rather
than nixos-rebuild switch, since restarting D-Bus mid-session is unsafe.

Fixes #299476
2026-04-21 12:58:13 +02:00
RamsesandGitHub 9203ad842d iosevka: 34.3.0 -> 34.4.0 (#511481) 2026-04-21 10:55:40 +00:00
Gaetan Lepage d3c143b63f pocket-tts: 1.1.1 -> 2.0.0
Diff: https://github.com/kyutai-labs/pocket-tts/compare/v1.1.1...v2.0.0

Changelog: https://github.com/kyutai-labs/pocket-tts/releases/tag/v2.0.0
2026-04-21 10:49:16 +00:00
Gaétan LepageandGitHub 7dc6835070 ty: 0.0.31 -> 0.0.32 (#512035) 2026-04-21 10:33:37 +00:00
R. Ryantm 6d38dc14a5 files-cli: 2.15.264 -> 2.15.274 2026-04-21 10:32:35 +00:00
nixpkgs-ci[bot]andGitHub 8e214b0f0f Merge master into staging-nixos 2026-04-21 10:26:10 +00:00
nixpkgs-ci[bot]andGitHub 2840c94c8b Merge master into staging-next 2026-04-21 10:25:06 +00:00
R. Ryantm 383effceb8 kiro-cli: 1.29.8 -> 2.0.1 2026-04-21 10:20:09 +00:00
R. Ryantm 897df77240 python3Packages.python-docs-theme: 2025.12 -> 2026.4 2026-04-21 10:17:32 +00:00
R. Ryantm b289bf3dc8 pyright: 1.1.408 -> 1.1.409 2026-04-21 10:14:38 +00:00
K900andGitHub 0c0c466ceb opencloud: 6.0.0 -> 6.1.0 (#512044) 2026-04-21 10:13:59 +00:00
xanderioandGitHub 69a3c6232e gitlab-triage: 1.44.5 -> 1.50.0 (#510852) 2026-04-21 10:01:46 +00:00
Aaron Andersen 193b32f5b8 ly: populate $out/etc directory with relevant files 2026-04-21 19:01:03 +09:00
R. Ryantm 2dc4e4218c cpeditor: 7.0.2 -> 7.1.1 2026-04-21 09:55:31 +00:00
nixpkgs-ci[bot]andGitHub 7133e67acb geph: 0.2.93 -> 0.2.99 (#512032) 2026-04-21 09:52:03 +00:00