Commit graph

1,028,229 commits

Author SHA1 Message Date
nixpkgs-ci[bot]
443e204170
seafile-shared: 9.0.15 -> 9.0.20 (#477730) 2026-07-05 17:51:42 +00:00
R. Ryantm
459add8aef
python3Packages.lib4sbom: 0.9.3 -> 0.9.4 2026-07-05 13:48:29 -04:00
isabel
f38d2c6aea
python3Packages.beets-ytimport: init at 1.13.0 (#538488) 2026-07-05 17:46:56 +00:00
R. Ryantm
98737c282d
evilwm: 1.4.3 -> 1.5 2026-07-05 13:46:44 -04:00
isabel
aa30b833ce
python3Packages.beets-importreplace: init at 0.3 (#538493) 2026-07-05 17:46:43 +00:00
R. Ryantm
9b8bcfdee1
emacsPackages.tsc: 0.18.0 -> 0.19.4 2026-07-05 13:46:05 -04:00
R. Ryantm
7ecd8eb1a6
fsverity-utils: 1.6 -> 1.7 2026-07-05 13:45:34 -04:00
R. Ryantm
ef2619c394
python3Packages.omniorb: 4.3.3 -> 4.3.4 2026-07-05 13:44:53 -04:00
R. Ryantm
052ed6d3ef
trackma-qt: 0.9 -> 0.10.3 2026-07-05 13:43:09 -04:00
Michael Daniels
c94d374285
fatsort: 1.6.5.640 -> 1.7.679 (#463661) 2026-07-05 17:40:58 +00:00
R. Ryantm
9c66314ac7
terraform-local: 0.24.1 -> 0.25.0 2026-07-05 13:40:18 -04:00
Michael Daniels
138166fa37
flintlock: 0.8.1 -> 0.9.0 (#463423) 2026-07-05 17:39:21 +00:00
Michael Daniels
97de25b34c
python3Packages.texsoup: 0.3.1 -> 0.3.3 (#508000) 2026-07-05 17:39:02 +00:00
R. Ryantm
ca87cf7b5f
fatsort: 1.6.5.640 -> 1.7.679 2026-07-05 13:34:50 -04:00
R. Ryantm
85622c9ca4
python3Packages.python-apt: 2.9.9 -> 3.1.0 2026-07-05 13:33:34 -04:00
R. Ryantm
a95a7de300
flintlock: 0.8.1 -> 0.9.0 2026-07-05 13:31:16 -04:00
dish
bc13a5880d python3Packages.beets-ytimport: init at 1.13.0 2026-07-05 13:27:47 -04:00
Thomas Gerbet
e58be98c76
mysql84: 8.4.9 -> 8.4.10 (#533954) 2026-07-05 17:26:03 +00:00
Thomas Gerbet
b58a5c28d1
docker: 29.6.0 -> 29.6.1 (#538107) 2026-07-05 17:25:44 +00:00
nixpkgs-ci[bot]
e55e3f4476
stevenblack-blocklist: 3.16.91 -> 3.16.94 (#538247) 2026-07-05 17:25:19 +00:00
R. Ryantm
080c5fa2ea valijson: 1.0.6 -> 1.1.1 2026-07-05 17:21:08 +00:00
R. Ryantm
6511b07569
python3Packages.texsoup: 0.3.1 -> 0.3.3 2026-07-05 13:16:11 -04:00
Michael Daniels
da7286fd02
python3Packages.bleak: cleanup, adopt (#517078) 2026-07-05 17:06:29 +00:00
Sandro Jäckel
4169e33f03
python314Packages.fastmcp: increase very close pytest timeout
FAILED tests/server/providers/openapi/test_openapi_performance.py::TestOpenAPIPerformance::test_medium_schema_performance - AssertionError: Medium schema parsing took 2.317s, expected <1s
FAILED tests/server/auth/test_oauth_proxy_storage.py::TestOAuthProxyStorage::test_client_persists_across_proxy_instances - Failed: Timeout (>5.0s) from pytest-timeout.
FAILED tests/tools/test_standalone_decorator.py::test_component_import_works_in_fresh_interpreter[from fastmcp.tools import tool] - Failed: Timeout (>5.0s) from pytest-timeout.
FAILED tests/server/auth/providers/test_workos.py::TestWorkOSProvider::test_authkit_domain_https_prefix_handling - Failed: Timeout (>5.0s) from pytest-timeout.
FAILED tests/server/auth/test_oauth_proxy_storage.py::TestOAuthProxyStorage::test_in_memory_storage_option - Failed: Timeout (>5.0s) from pytest-timeout.
FAILED tests/server/auth/test_oauth_proxy_redirect_validation.py::TestOAuthProxyCIMDClient::test_proxy_get_client_returns_cimd_client - Failed: Timeout (>5.0s) from pytest-timeout.
FAILED tests/tools/test_standalone_decorator.py::test_component_import_works_in_fresh_interpreter[from fastmcp.server.auth.authorization import AuthCheck] - Failed: Timeout (>5.0s) from pytest-timeout.
2026-07-05 19:05:24 +02:00
Ryan Hendrickson
705374990b
python3Packages.bleak: add rhendric to maintainers 2026-07-05 12:53:47 -04:00
Ryan Hendrickson
5791387933
python3Packages.bleak: reorder formals 2026-07-05 12:53:37 -04:00
Doron Behar
787089e5e4
syncthing: 2.1.0 -> 2.1.1 (#538375) 2026-07-05 16:42:00 +00:00
Jeremy Fleischman
69b2e5e0b2
nixos/fish: programs.fish.generateCompletions fix spaces in filenames
`linux-manual` has this fun filename in it:

```console
$ find -L $(nix-build -A linux-manual) -name 'station table - introduction.9.gz'
/nix/store/q45mzaksp2ll04c363mxpyi252j6anrq-linux-manual-7.1.3/share/man/man9/station table - introduction.9.gz
```

Our `find ... | xargs ...` didn't handle this nicely, and would vomit in the
following way:

`repro.nix`:

```nix
$ cat repro.nix
let
  pkgs = import ./. { };
  nixosConfig = pkgs.nixos (
    { config, pkgs, ... }: {
      system.stateVersion = config.system.nixos.release;

      programs.fish.enable = true;
      programs.fish.generateCompletions = true;

      environment.systemPackages = [ pkgs.linux-manual ];
    }
  );
in
nixosConfig.config.environment.etc."fish/generated_completions".source
```

The crash:

```console
$ nix-build repro.nix
these 2 derivations will be built:
  /nix/store/qs213n0r723w59jdvfz5w87azd3wh405-linux-manual-7.1.3_fish-completions.drv
  /nix/store/1pwps30drz71icj5v4rdiaarmh37xcn8-system_fish-completions.drv
building '/nix/store/qs213n0r723w59jdvfz5w87azd3wh405-linux-manual-7.1.3_fish-completions.drv'...
usage: create_manpage_completions.py [-h] [-c CLEANUP_IN] [-d DIRECTORY] [-k]
                                     [-m] [-p] [-s] [-v {0,1,2}] [-z]
                                     [file_paths ...]
create_manpage_completions.py: error: unrecognized arguments: -introduction.9.gz /nix/store/q45mzaksp2ll04c363mxpyi252j6anrq-linux-manual-7.1.3/share/man/man9/DRBD State macros.9.gz /nix/store/q45mzaksp2ll04c363mxpyi252j6anrq-linux-manual-7.1.3/share/man/man9/DRM Client usage stats.9.gz /nix/store/q45mzaksp2ll04c363mxpyi252j6anrq-linux-manual-7.1.3/share/man/man9/DRM RAS Node Management.9.gz /nix/store/q45mzaksp2ll04c363mxpyi252j6anrq-linux-manual-7.1.3/share/man/man9/DRM_ACCEL_FOPS.9.gz
```

This fix is simple, use the `find -print0 ... | xargs -0 ...` pattern.
2026-07-05 09:38:35 -07:00
LIN, Jian
64ba1ebe9a
emacsPackages.ghostel: 0.39.0-unstable-2026-06-26 -> 0.41.0-unstable-2026-07-05 (#538633) 2026-07-05 16:26:38 +00:00
Thomas Gerbet
7bde72eae6
seafile-client: 9.0.15 -> 9.0.20 (#538242) 2026-07-05 16:25:53 +00:00
Thomas Gerbet
584196f474
bazarr: 1.5.6 -> 1.6.0 (#538399) 2026-07-05 16:20:23 +00:00
Thiago Kenji Okada
c428cc1a3e
libretro.stella2014: 0-unstable-2026-04-12 -> 0-unstable-2026-07-04 (#538561) 2026-07-05 16:06:47 +00:00
R. Ryantm
ea68df0cbe fastfetch-unwrapped: 2.65.1 -> 2.65.2 2026-07-05 16:06:38 +00:00
Thiago Kenji Okada
404473450f
libretro.opera: 0-unstable-2026-06-19 -> 0-unstable-2026-06-28 (#538654) 2026-07-05 16:06:26 +00:00
Thiago Kenji Okada
c95f7ae104
libretro.prboom: 0-unstable-2026-06-15 -> 0-unstable-2026-07-01 (#538684) 2026-07-05 16:05:59 +00:00
Matthieu Coudron
5060bd50d8
vimPlugins.meson: remove meta.mainProgram and change meta.description (#538683) 2026-07-05 15:58:31 +00:00
Oleksii Filonenko
0a6c8cb5c9
taisei: on darwin now! (#521761) 2026-07-05 15:50:58 +00:00
Oleksii Filonenko
bc65277cd9
snipaste: 2.10.8 -> 2.11.3, add macOS support (#533819) 2026-07-05 15:48:35 +00:00
nixpkgs-ci[bot]
a2da5ccc99
dprint: 0.54.0 -> 0.55.1 (#538692) 2026-07-05 15:48:17 +00:00
nixpkgs-ci[bot]
2e4160e9b6
interval-tree: 3.1.1 -> 3.1.2 (#537574) 2026-07-05 15:48:01 +00:00
K900
23706216c3
lasuite-meet: 1.21.0 -> 1.22.0 (#538178) 2026-07-05 15:46:05 +00:00
Oleksii Filonenko
0b2620c81d
wrangler: fix build on darwin (#536602) 2026-07-05 15:45:37 +00:00
Thomas Gerbet
e6a197a0a0
openvpn: 2.6.19 -> 2.6.21 (#538353) 2026-07-05 15:39:49 +00:00
Michael Daniels
fd9ccf4425
google-chrome: 149.0.7827.201 -> 150.0.7871.47 (Darwin only) (#538701) 2026-07-05 15:39:35 +00:00
Michael Daniels
148ae81bd6
python3Packages.pipdeptree: 3.1.0 -> 3.1.1 (#538636) 2026-07-05 15:33:57 +00:00
Sandro
2e75c50f9d
headplane: 0.6.2 -> 0.6.3 (#537576) 2026-07-05 15:32:53 +00:00
Sandro
eafe34b34f
jellyfin-mpv-shim: 2.9.0 -> 2.10.0, minor cleanup (#537200) 2026-07-05 15:25:13 +00:00
Michael Daniels
dfec9c87b5
google-chrome: 149.0.7827.201 -> 150.0.7871.47 (Darwin only)
Linux was done in 8b266eba3a.

Release note: https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html
2026-07-05 11:24:18 -04:00
Michael Daniels
24cb980e60
maintainers: fix wrong githubId and github for aaravrav (#538697) 2026-07-05 15:22:22 +00:00
aaravrav
1d4564e434
maintainers: fix wrong githubId and github for aaravrav 2026-07-05 20:46:16 +05:30