Commit Graph
836600 Commits
Author SHA1 Message Date
Will Fancher 45f2610415 nixos/lemurs: Fix test
> machine.wait_until_succeeds("pgrep -f 'lemurs.*tty1'")

This was guaranteed to succeed whether the desired process existed or
not, because it was matching the 'bach -c ...' command the test driver
uses to run the command. Let's wait for evidence on screen instead.
2025-07-27 22:38:42 -04:00
R. Ryantm 90948497a0 python3Packages.django-markup: 1.9.1 -> 1.10 2025-07-28 02:29:49 +00:00
Adam C. StephensandGitHub f9e5b7b32f miniflux: 2.2.10 -> 2.2.11 (#428937) 2025-07-27 22:26:28 -04:00
R. Ryantm 932607871a github-mcp-server: 0.8.0 -> 0.9.0 2025-07-28 02:20:20 +00:00
Domen Kožar ac9f0ff381 devenv: 1.8 -> 1.8.1 2025-07-27 20:55:33 -05:00
Morgan JonesandGitHub de9c29bbd3 mmctl: 10.5.8 -> 10.5.9 (#428888) 2025-07-27 18:30:29 -07:00
Morgan Jones ad914f55dc mattermost: disable another S3 test
This new test requires S3, so get rid of it.
2025-07-27 18:22:31 -07:00
Morgan JonesandGitHub c2d1b64c11 nebula: 1.9.5 -> 1.9.6 (#426388) 2025-07-27 18:18:46 -07:00
R. Ryantm 34e95f8347 findomain: 9.0.4 -> 10.0.1 2025-07-28 01:16:58 +00:00
Mathew PolzinandGitHub 5c6568d51a bruno: 2.8.0 -> 2.8.1 (#428806) 2025-07-27 20:11:55 -05:00
9765162076 files-cli: 2.15.51 -> 2.15.61 (#428897)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-07-28 00:46:52 +00:00
fe5d0938b4 rustical: 0.6.0 -> 0.8.1 (#428850)
Co-authored-by: poperigby <poperigby@mailbox.org>
2025-07-28 00:44:12 +00:00
R. Ryantm b148f01950 terraform-providers.tfe: 0.68.0 -> 0.68.1 2025-07-28 00:25:03 +00:00
R. Ryantm ac03158928 quarkus: 3.24.4 -> 3.24.5 2025-07-28 00:23:29 +00:00
AleksanaandGitHub 222ccbb72a duckdb: disable known bad test (#428654) 2025-07-28 08:22:19 +08:00
R. Ryantm c27e74acd4 cargo-update: 16.4.0 -> 17.0.0 2025-07-28 00:13:36 +00:00
R. Ryantm 64b49d2c7d python3Packages.gftools: 0.9.86 -> 0.9.87 2025-07-27 23:57:18 +00:00
R. Ryantm 2c674a7d3a gruvbox-gtk-theme: 0-unstable-2025-04-24 -> 0-unstable-2025-07-21 2025-07-27 23:53:04 +00:00
Federico Damián Schonborn 0f3dd2531a hugo: 0.148.1 -> 0.148.2
https://github.com/gohugoio/hugo/releases/tag/v0.148.2

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-07-27 20:52:31 -03:00
John EricsonandGitHub 0933eb736e nixVersions.nix_2_30: 2.30.1 -> 2.30.2 (#428772) 2025-07-27 19:40:58 -04:00
R. Ryantm 65abcd2a5d python3Packages.license-expression: 30.4.3 -> 30.4.4 2025-07-27 23:02:37 +00:00
mivorasu 5205d193ab tinystatus: use makeBinaryWrapper 2025-07-28 06:49:51 +08:00
Sarah Clark 726e82341c duckdb: fix 'with lib;' 2025-07-27 15:49:41 -07:00
John EricsonandGitHub 13a9151777 xwin: init at 0.6.6 (#425205) 2025-07-27 18:15:56 -04:00
Adam C. Stephens 8f66a11cc1 miniflux: 2.2.10 -> 2.2.11
https://miniflux.app/releases/2.2.11.html
2025-07-27 18:06:56 -04:00
Pol DellaieraandGitHub 4759854d8e obs-studio: 31.1.1 -> 31.1.2 (#428589) 2025-07-28 00:02:55 +02:00
Gaetan Lepage ff0ec221fb python3Packages.pyopencl: 2025.2.5 -> 2025.2.6
Diff: https://github.com/inducer/pyopencl/compare/refs/tags/v2025.2.5...refs/tags/v2025.2.6

Changelog: https://github.com/inducer/pyopencl/releases/tag/v2025.2.6
2025-07-28 00:02:29 +02:00
R. Ryantm ef9448f13d terraform-providers.acme: 2.34.0 -> 2.35.0 2025-07-27 21:53:20 +00:00
Joris GuyonvarchandJoris Guyonvarch 6d4764d3c0 maintainers: update guyonvarch 2025-07-27 23:51:54 +02:00
Dan McArdle 04d1756118 nixos/vaultwarden: Start after network-online.target
On my system, Vaultwarden fails on boot with an AddrNotAvailable error,
presumably because `services.vaultwarden.config.ROCKET_ADDRESS` is not
available yet.

Here's an example of the startup error in journalctl:

```
Jul 26 21:56:48 banana vaultwarden[2514]: Error: Rocket.
Jul 26 21:56:48 banana vaultwarden[2514]: [CAUSE] Bind(
Jul 26 21:56:48 banana vaultwarden[2514]:     Os {
Jul 26 21:56:48 banana vaultwarden[2514]:         code: 99,
Jul 26 21:56:48 banana vaultwarden[2514]:         kind: AddrNotAvailable,
Jul 26 21:56:48 banana vaultwarden[2514]:         message: "Cannot assign requested address",
Jul 26 21:56:48 banana vaultwarden[2514]:     },
Jul 26 21:56:48 banana vaultwarden[2514]: )
```

According to systemd docs [1], `network.target` has little meaning
during startup, but `network-online.target` actually waits until an IP
address is available. The docs recommend putting `network-online.target`
in both `After=` and `Wants=`.

[1]: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
2025-07-27 17:41:34 -04:00
Gaetan Lepage 6bf69d779a python3Packages.coffea: 2025.7.2 -> 2025.7.3
Diff: https://github.com/CoffeaTeam/coffea/compare/refs/tags/v2025.7.2...refs/tags/v2025.7.3

Changelog: https://github.com/CoffeaTeam/coffea/releases/tag/v2025.7.3
2025-07-27 23:40:11 +02:00
R. Ryantm 92808bae63 python3Packages.pymilvus: 2.5.13 -> 2.5.14 2025-07-27 21:18:21 +00:00
Adam C. StephensandGitHub 8331663fa9 ejabberd: 25.04 → 25.07; add toastal to maintainers (#424529) 2025-07-27 17:06:33 -04:00
c00ce69ec7 lux-cli: 0.9.1 -> 0.11.1 (#428906)
Co-authored-by: mrcjkb <mrcjkb@users.noreply.github.com>
2025-07-27 20:45:41 +00:00
Pol DellaieraandGitHub 444eaacbab vscode-extensions.github.vscode-pull-request-github: 0.114.2 -> 0.114.3 (#428924) 2025-07-27 22:44:59 +02:00
Pol DellaieraandGitHub dde12052a3 vscode-extensions.illixion.vscode-vibrancy-continued: 1.1.58 -> 1.1.59 (#428870) 2025-07-27 22:38:27 +02:00
Pol DellaieraandGitHub 3385ead29e amazon-q-cli: 1.12.6 -> 1.12.7 (#428894) 2025-07-27 22:38:04 +02:00
R. Ryantm 6fac1f6947 ada: 3.2.6 -> 3.2.7 2025-07-27 20:37:21 +00:00
Nikolay KorotkiyandGitHub 93627fe633 tootik: 0.17.1 -> 0.18.0 (#428892) 2025-07-28 00:30:48 +04:00
R. Ryantm 9086fc179a changie: 1.22.0 -> 1.22.1 2025-07-27 20:30:06 +00:00
R. Ryantm dffe614d45 vscode-extensions.github.vscode-pull-request-github: 0.114.2 -> 0.114.3 2025-07-27 20:28:05 +00:00
R. Ryantm 74bb1e77f9 terraform-providers.rootly: 3.4.0 -> 3.5.1 2025-07-27 20:17:12 +00:00
Jamie Magee 19de23bc7f home-assistant: update component packages 2025-07-27 13:15:44 -07:00
Jamie Magee 5e84f4cb0f python313Packages.pymonoprice: init at 0.5 2025-07-27 13:15:44 -07:00
Jamie Magee aa3ccb51b4 home-assistant: update component packages 2025-07-27 13:14:12 -07:00
Jamie Magee d1c6d00c2a python313Packages.python-join-api: init at 0.0.9 2025-07-27 13:14:12 -07:00
R. RyantmandMasum Reza 0df4905d50 warp-terminal: 0.2025.07.09.08.11.stable_01 -> 0.2025.07.23.08.12.stable_02 2025-07-28 01:41:24 +05:30
André SilvaandMasum Reza 52c4dd0a4a xdg-desktop-portal-hyprland: 1.3.9 -> 1.3.10 2025-07-28 01:41:08 +05:30
R. Ryantm caac0b3858 cnspec: 11.63.0 -> 11.64.0 2025-07-27 20:04:57 +00:00
Nick CaoandGitHub 6fc92be47e haven: 1.0.5 -> 1.0.6 (#428200) 2025-07-27 15:45:50 -04:00