Commit Graph
821111 Commits
Author SHA1 Message Date
AleksanaandGitHub 650ebaa2b9 containerd: 2.1.1 -> 2.1.3 (#418940) 2025-06-25 11:45:10 +08:00
AleksanaandGitHub cf62be6fed buildkit: 0.22.0 -> 0.23.0 (#417560) 2025-06-25 11:44:30 +08:00
AleksanaandGitHub e58a1c97bd minikube: 1.34.0 -> 1.36.0 (#417563) 2025-06-25 11:44:11 +08:00
AleksanaandGitHub 80156c64b6 google-cloud-sql-proxy: 2.16.0 -> 2.17.1 (#418627) 2025-06-25 11:42:53 +08:00
AleksanaandGitHub 0f39aee37e nano: update nixSyntaxHighlight (#414380) 2025-06-25 11:42:21 +08:00
AleksanaandGitHub 05c2f553f7 firecracker: 1.12.0 -> 1.12.1 (#419672) 2025-06-25 11:39:24 +08:00
AleksanaandGitHub a90a3e6618 supercronic: 0.2.33 -> 0.2.34 (#418502) 2025-06-25 11:38:50 +08:00
AleksanaandGitHub b7238184a6 dbeaver-bin: 25.1.0 -> 25.1.1 (#419730) 2025-06-25 11:38:12 +08:00
Pol DellaieraandGitHub 3d109879a1 vscode-extensions.reditorsupport.r: install languageserver correctly (#419610) 2025-06-25 05:29:39 +02:00
Pol DellaieraandGitHub d01373efbd phpPackages.php-codesniffer: 3.13.1 -> 3.13.2 (#419718) 2025-06-25 05:28:50 +02:00
Martin WeineltandGitHub 7054f8766e draupnir: 2.3.1 -> 2.4.1 (#419761) 2025-06-25 05:21:52 +02:00
Martin WeineltandGitHub 0afcbf81f8 wyoming-faster-whisper: 2.4.0 -> 2.5.0 (#417413) 2025-06-25 05:18:48 +02:00
Peder Bergebakken SundtandGitHub a53e6ff1ed davis: 5.0.2 -> 5.1.2 (#416345) 2025-06-25 05:12:46 +02:00
Martin Weinelt f495eb597f nixos/wyoming/faster-whisper: update for 2.5.0
Also some light cleanups and subsequent reindent.
2025-06-25 05:07:39 +02:00
Martin Weinelt c37a519b01 draupnir: 2.3.1 -> 2.4.1
https://github.com/the-draupnir-project/Draupnir/releases/tag/v2.4.0
https://github.com/the-draupnir-project/Draupnir/releases/tag/v2.4.1
2025-06-25 04:58:35 +02:00
8eff0be761 staruml: 6.3.2 -> 6.3.3 (#417395)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-06-25 02:43:31 +00:00
Martin WeineltandGitHub 44c8f348a4 nginxModules.vod: fix libxml 2.14 compat (#419759) 2025-06-25 04:43:03 +02:00
746e656376 giada: 1.1.1 -> 1.2.0 (#417620)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-06-25 02:42:38 +00:00
Peder Bergebakken SundtandGitHub 47511ecafd sdl3-ttf: enable plutosvg integration (#419684) 2025-06-25 04:36:07 +02:00
Martin Weinelt ba16255219 nginxModules.vod: fix libxml 2.14 compat
The recovery attribute of the struct has been made deprecated.
2025-06-25 04:32:31 +02:00
b699e02d02 pscale: 0.245.0 -> 0.246.0 (#419736)
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
2025-06-25 02:21:10 +00:00
Martin WeineltandGitHub 2a3d7501cf python3Packages.wyoming: 1.6.1 -> 1.7.1; wyoming-piper: 1.5.4 -> 1.6.0 (#419745) 2025-06-25 03:53:17 +02:00
Martin Weinelt 797f061205 nixos/wyoming/piper: enable streaming audio
With wyoming-piper 1.6.0 we can enable streaming audio on sentence
boundaries, which should improve the responsiveness.
2025-06-25 03:37:12 +02:00
Martin Weinelt ccd3c42d7f wyoming-openwakeword: pin to python312
The latest tensorflow package is still not compatbile with python313.
2025-06-25 03:37:11 +02:00
Martin Weinelt a431b599ef wyoming-piper: 1.5.4 -> 1.6.0
https://github.com/rhasspy/wyoming-piper/blob/v1.6.0/CHANGELOG.md
2025-06-25 03:37:11 +02:00
Martin Weinelt 437fb7bf2a python3Packages.wyoming: 1.6.1 -> 1.7.1
https://github.com/rhasspy/wyoming/releases/tag/1.7.1
2025-06-25 03:37:11 +02:00
Martin WeineltandGitHub d51c8e50a9 esphome: 2025.6.0 -> 2025.6.1 (#419728) 2025-06-25 03:15:23 +02:00
Martin WeineltandGitHub a5b545d439 dmarc-metricx-exporter: pin to python 3.12 (#419735) 2025-06-25 03:14:58 +02:00
Martin WeineltandGitHub fca3df9ceb python3Packages.numba: fix compat with Python 3.13.4 (#419738) 2025-06-25 03:14:47 +02:00
Martin Weinelt 35124e479f dmarc-metrics-exporter: pin to python 3.12
The transitive dependency more-itertools is disabled on 3.13, because all
its tests are failing.
2025-06-25 03:05:55 +02:00
Martin Weinelt 3ccba4c407 python3Packages.numba: fix compat with Python 3.13.4
In python 3.13.4 the bytecode for list comprehension was changed, so
numba needs to catch up. It was reversed in 3.13.5, so this workaround is
only required temporarily.
2025-06-25 02:52:00 +02:00
Peder Bergebakken SundtandGitHub 02870e2b5f nushellPlugins.skim: 0.14.0 -> 0.15.0 (#416338) 2025-06-25 02:49:09 +02:00
Peder Bergebakken SundtandGitHub aded40d18d nushellPlugins.hcl: 0.104.1 -> 0.105.1 (#416387) 2025-06-25 02:47:57 +02:00
Peder Bergebakken SundtandGitHub 992f916556 nushellPlugins.highlight: 1.4.5+0.104.0 -> 1.4.7+0.105.1 (#416888) 2025-06-25 02:36:27 +02:00
Peder Bergebakken SundtandGitHub d6c294b137 eclipses.eclipse-platform: 4.35 -> 4.36 (#416135) 2025-06-25 02:29:44 +02:00
Peder Bergebakken SundtandGitHub 01e307f169 treewide: refactor meta section part 2 (#419146) 2025-06-25 02:27:58 +02:00
R. Ryantm 01a7ea6233 pscale: 0.245.0 -> 0.246.0 2025-06-25 00:27:41 +00:00
Adam C. StephensandGitHub fbe754eef3 consul: 1.21.2 -> 1.21.2 (#419702) 2025-06-24 20:25:48 -04:00
Martin Weinelt 7cf13c7805 esphome: 2025.6.0 -> 2025.6.1
https://github.com/esphome/esphome/releases/tag/2025.6.1
2025-06-25 02:16:14 +02:00
R. Ryantm aa25c5ff76 dbeaver-bin: 25.1.0 -> 25.1.1 2025-06-25 00:14:18 +00:00
Martin WeineltandGitHub 657b33de3d python3Packages.warp-lang: correct licenses for libmathdx (#419722) 2025-06-25 02:13:42 +02:00
Martin WeineltandGitHub 1b17564f1c evcc: 0.204.3 -> 0.204.5 (#419724) 2025-06-25 02:09:24 +02:00
Connor Baker 63ff97187b python3Packages.warp-lang: correct licenses for libmathdx
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-06-24 23:52:08 +00:00
Martin Weinelt fdea1899a9 evcc: 0.204.3 -> 0.204.5
https://github.com/evcc-io/evcc/releases/tag/0.204.5
2025-06-25 01:49:36 +02:00
R. Ryantm c42742c5a6 phpPackages.php-codesniffer: 3.13.1 -> 3.13.2 2025-06-24 23:37:01 +00:00
Martin WeineltandGitHub 5d0aa4675f home-assistant: 2025.6.2 -> 2026.6.3 (#419712) 2025-06-25 01:34:45 +02:00
Martin WeineltandGitHub 07b143237d Revert "electron-cash: remove" (partially) (#419708) 2025-06-25 01:21:11 +02:00
Jörg ThalheimandGitHub 0012977404 nixVersions.nix: 2.28.3 -> 2.28.4, 2.29.0 -> 2.29.1, 2.24.14 -> 2.24.15 (#419603) 2025-06-25 01:12:53 +02:00
oxalica 0ccdb32d4f electron-cash: use pyproject = true 2025-06-24 19:11:29 -04:00
Martin Weinelt 12fe7d2507 home-assistant: 2025.6.2 -> 2026.6.3
https://github.com/home-assistant/core/releases/tag/2025.6.3
2025-06-25 00:49:43 +02:00