Peder Bergebakken Sundt
ad7acd6ce5
ytdl-sub: disable test_directory_exists
...
`test_directory_exists` assumes the root directory is not writeable, which is host dependent.
In my case it fails with nix-portable in bwrap mode, despite me having removed the write-bit in the root root bindmount.
Full error:
```
ytdl-sub> ____________________ TestFileHandler.test_directory_exists _____________________
ytdl-sub>
ytdl-sub> self = <tests.unit.utils.test_file_handler.TestFileHandler object at 0x7ffff2bc07d0>
ytdl-sub>
ytdl-sub> . def test_directory_exists(self):
ytdl-sub> if IS_WINDOWS:
ytdl-sub> return
ytdl-sub>
ytdl-sub> assert FileHandler.is_path_writable("/tmp")
ytdl-sub> assert FileHandler.is_path_writable("/tmp/")
ytdl-sub> assert FileHandler.is_path_writable("/tmp/non-existent")
ytdl-sub> assert FileHandler.is_path_writable("/tmp/non-existent/")
ytdl-sub> assert FileHandler.is_path_writable("/tmp/non-existent/nested")
ytdl-sub>
ytdl-sub> > assert not FileHandler.is_path_writable("/lol-in-root")
ytdl-sub> E AssertionError: assert not True
ytdl-sub> E + where True = is_path_writable('/lol-in-root')
ytdl-sub> E + where is_path_writable = FileHandler.is_path_writable
ytdl-sub>
ytdl-sub> tests/unit/utils/test_file_handler.py:16: AssertionError
```
2026-07-10 01:54:58 +02:00
Peder Bergebakken Sundt and GitHub
e1437f1439
clashtui: 0.2.3 -> 0.3.1, adopt ( #539301 )
2026-07-09 23:33:35 +00:00
Peder Bergebakken Sundt and GitHub
c39acad982
scip: 0.7.1 -> 0.9.0 ( #538975 )
2026-07-09 23:31:39 +00:00
Martin Weinelt and GitHub
431597148b
home-assistant-custom-lovelace-modules.weather-radar-card: 3.7.1 -> 3.7.2 ( #540139 )
2026-07-09 23:01:21 +00:00
Peder Bergebakken Sundt and GitHub
ad1f035f9f
spice-vdagent: add patch for gcc 16 ( #538568 )
2026-07-09 22:56:41 +00:00
Doron Behar and GitHub
7249ea8cef
wlroots_0_20: 0.20.1 -> 0.20.2 ( #540063 )
2026-07-09 22:55:16 +00:00
zowoq and GitHub
f5edf67883
terraform-providers.goharbor_harbor: 3.12.0 -> 3.12.1 ( #540083 )
2026-07-09 22:48:58 +00:00
zowoq and GitHub
575d21e22f
terraform-providers.auth0_auth0: 1.51.0 -> 1.52.0 ( #540018 )
2026-07-09 22:48:54 +00:00
zowoq and GitHub
ca46795e66
terraform-providers.grafana_grafana: 4.39.0 -> 4.40.1 ( #539955 )
2026-07-09 22:48:51 +00:00
R. Ryantm
d3cc318c7e
home-assistant-custom-lovelace-modules.weather-radar-card: 3.7.1 -> 3.7.2
2026-07-09 22:43:24 +00:00
nixpkgs-ci[bot] and GitHub
d2727a2b80
seanime: 3.8.7 -> 3.9.1 ( #540120 )
2026-07-09 22:40:16 +00:00
nixpkgs-ci[bot] and GitHub
f7741534cd
navidrome: 0.62.0 -> 0.63.1 ( #539960 )
2026-07-09 22:40:03 +00:00
nixpkgs-ci[bot] and GitHub
3217f71120
komga: 1.24.4 -> 1.25.0 ( #536965 )
2026-07-09 22:39:51 +00:00
Emily and GitHub
dda4774cfc
{,ungoogled-}chromium,chromedriver: 150.0.7871.100 -> 150.0.7871.114 ( #540132 )
2026-07-09 22:39:21 +00:00
networkException
f73f96fed5
ungoogled-chromium: 150.0.7871.100-1 -> 150.0.7871.114-1
...
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html
This update includes 27 security fixes.
CVEs:
CVE-2026-15112 CVE-2026-15129 CVE-2026-15132 CVE-2026-15133
CVE-2026-15108 CVE-2026-15109 CVE-2026-15110 CVE-2026-15111
CVE-2026-15113 CVE-2026-15114 CVE-2026-15115 CVE-2026-15116
CVE-2026-15117 CVE-2026-15118 CVE-2026-15119 CVE-2026-15120
CVE-2026-15121 CVE-2026-15122 CVE-2026-15123 CVE-2026-15124
CVE-2026-15125 CVE-2026-15126 CVE-2026-15127 CVE-2026-15128
CVE-2026-15130 CVE-2026-15107 CVE-2026-15131
2026-07-10 00:32:26 +02:00
Doron Behar and GitHub
f41139487b
cpp-utilities: 5.34.1 -> 5.34.2 ( #540125 )
2026-07-09 22:16:19 +00:00
Aaron Andersen and GitHub
ae643c2753
kodi: fix build with giflib 6 ( #540031 )
2026-07-09 22:04:00 +00:00
nixpkgs-ci[bot] and GitHub
5fd122e6ee
nirius: 0.7.2 -> 0.8.0 ( #537408 )
2026-07-09 21:57:35 +00:00
R. Ryantm
df5c1e0f57
cpp-utilities: 5.34.1 -> 5.34.2
2026-07-09 21:50:06 +00:00
Martin Weinelt and GitHub
90d2d20d70
wyoming-faster-whisper: 3.4.1 -> 3.5.0 ( #540116 )
2026-07-09 21:46:33 +00:00
R. Ryantm
6436f1f78e
seanime: 3.8.7 -> 3.9.1
2026-07-09 21:38:11 +00:00
Arne Keller and GitHub
73ae6bd3b2
teleport_18: 18.9.1 -> 18.9.2 ( #538338 )
2026-07-09 21:33:49 +00:00
Martin Weinelt
4723448d9e
wyoming-faster-whisper: 3.4.1 -> 3.5.0
...
https://github.com/rhasspy/wyoming-faster-whisper/releases/tag/v3.5.0
2026-07-09 23:32:37 +02:00
Martin Weinelt and GitHub
647e6d3bea
python3Packages.pysilero-vad: 3.3.1 -> 3.4.0; wyoming-faster-whisper: 3.2.0 -> 3.4.1 ( #539694 )
2026-07-09 21:24:43 +00:00
Yohann Boniface and GitHub
131576cbd8
sonoscli: 0.3.2 -> 0.3.3 ( #537345 )
2026-07-09 21:21:43 +00:00
Yohann Boniface and GitHub
b1ffa1ffc6
rgx: 0.14.1 -> 0.14.2 ( #539864 )
2026-07-09 21:13:11 +00:00
Wolfgang Walther and GitHub
926959f6b4
postgresqlPackages.pg_net: 0.20.3 -> 0.20.5 ( #540110 )
2026-07-09 21:11:57 +00:00
Yohann Boniface and GitHub
123009a123
treewide: remove knl from maintainers ( #539850 )
2026-07-09 21:06:13 +00:00
Yohann Boniface and GitHub
cdd1662d33
deadbeef-with-plugins: move to by-name/ ( #540105 )
2026-07-09 21:05:03 +00:00
Wolfgang Walther
7c4913d3da
postgresqlPackages.pg_net: 0.20.3 -> 0.20.5
...
Fixes the build for PostgreSQL 19.
Release Notes:
https://github.com/supabase/pg_net/releases/tag/v0.20.5
2026-07-09 23:04:26 +02:00
pancaek
feb7157299
deadbeef-with-plugins: move to by-name/
2026-07-09 13:49:22 -07:00
emilylange
9168fb05e6
chromium,chromedriver: 150.0.7871.100 -> 150.0.7871.114
...
https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html
This update includes 27 security fixes.
CVEs:
CVE-2026-15112 CVE-2026-15129 CVE-2026-15132 CVE-2026-15133
CVE-2026-15108 CVE-2026-15109 CVE-2026-15110 CVE-2026-15111
CVE-2026-15113 CVE-2026-15114 CVE-2026-15115 CVE-2026-15116
CVE-2026-15117 CVE-2026-15118 CVE-2026-15119 CVE-2026-15120
CVE-2026-15121 CVE-2026-15122 CVE-2026-15123 CVE-2026-15124
CVE-2026-15125 CVE-2026-15126 CVE-2026-15127 CVE-2026-15128
CVE-2026-15130 CVE-2026-15107 CVE-2026-15131
2026-07-09 22:40:16 +02:00
Peder Bergebakken Sundt and GitHub
4b77b4c3db
mcp-nixos: apply patch to fix flaky test ( #539664 )
2026-07-09 20:39:50 +00:00
Peder Bergebakken Sundt and GitHub
1f179f2f9b
gops: add updateScript ( #538049 )
2026-07-09 20:31:30 +00:00
dotlambda and GitHub
b0272cfa26
pnpm: 11.9.0 -> 11.10.0 ( #539237 )
2026-07-09 20:28:38 +00:00
dotlambda and GitHub
1f2b84500a
python3Packages.vdirsyncer: fix build ( #539799 )
2026-07-09 20:24:14 +00:00
nixpkgs-ci[bot] and GitHub
192b1948fb
torrserver: 141.9 -> 142 ( #539745 )
2026-07-09 19:56:16 +00:00
nikstur and GitHub
c3dc298df9
rsop: 0.10.0 -> 0.11.0 ( #539824 )
2026-07-09 19:38:38 +00:00
Martin Weinelt and GitHub
d8e7f89b36
Revert "hdrhistogram_c: 0.11.9 -> 0.11.10" ( #540091 )
2026-07-09 21:36:06 +02:00
whispers and GitHub
3347d985f2
Revert "hdrhistogram_c: 0.11.9 -> 0.11.10"
2026-07-09 15:23:19 -04:00
Martin Weinelt and GitHub
ee3180e704
evcc: 0.309.1 -> 0.311.1 ( #539623 )
2026-07-09 19:21:01 +00:00
Fabian Affolter and GitHub
f86dd1f076
vunnel: 0.61.1 -> 0.62.1 ( #539854 )
2026-07-09 19:17:00 +00:00
nixpkgs-ci[bot] and GitHub
476cafc709
dashy-ui: 4.3.11 -> 4.4.2 ( #539968 )
2026-07-09 19:10:18 +00:00
Bjørn Forsman and GitHub
eb685216f3
lighttpd: 1.4.84 -> 1.4.85 ( #539987 )
2026-07-09 18:59:30 +00:00
Niklas Korz and GitHub
874d9d1af7
livekit-libwebrtc: link with lld on darwin, fix compiler warnings ( #539857 )
2026-07-09 18:35:04 +00:00
Fabian Affolter and GitHub
024bcb066b
nerva: 1.39.0 -> 1.40.0 ( #540013 )
2026-07-09 18:33:27 +00:00
nixpkgs-ci[bot] and GitHub
0ee526dd51
ast-grep: 0.44.0 -> 0.44.1 ( #539758 )
2026-07-09 18:31:46 +00:00
Yueh-Shun Li and GitHub
fdbc9a4691
within: init at 1.1.4 ( #450469 )
2026-07-09 18:30:18 +00:00
R. Ryantm
f2b17160ce
terraform-providers.goharbor_harbor: 3.12.0 -> 3.12.1
2026-07-09 18:29:47 +00:00
nixpkgs-ci[bot] and GitHub
4ed1c30999
firebase-tools: 15.22.3 -> 15.22.4 ( #539990 )
2026-07-09 17:51:13 +00:00