Commit Graph
888306 Commits
Author SHA1 Message Date
R. Ryantm 77e154c591 python3Packages.paddleocr: 3.2.0 -> 3.3.1 2025-10-31 23:56:35 +00:00
R. Ryantm 6fc9854dda stackit-cli: 0.45.0 -> 0.46.0 2025-10-31 23:51:19 +00:00
Gaétan LepageandGitHub d9df093d16 ci/eval: add extraNixpkgsConfig argument (#457204) 2025-10-31 23:44:10 +00:00
R. Ryantm 4b8be773cc terraform-providers.selectel_selectel: 6.8.0 -> 7.1.0 2025-10-31 23:39:59 +00:00
Yohann BonifaceandGitHub fcd0aa913e maintainers: update KunyaKud's email (#457341) 2025-10-31 23:35:25 +00:00
K900andGitHub ee84126c94 home-assistant-custom-components.polaris-mqtt: 1.0.10 -> 1.0.11 (#457379) 2025-10-31 23:34:37 +00:00
nixpkgs-merge-bot[bot]andGitHub 7d3344b9b4 boinc: 8.2.5 -> 8.2.6 (#457122) 2025-10-31 23:27:02 +00:00
Luflosi b8f0ee5c0c kubo: 0.37.0 -> 0.38.2
https://github.com/ipfs/kubo/releases/tag/v0.38.0
https://github.com/ipfs/kubo/releases/tag/v0.38.1
https://github.com/ipfs/kubo/releases/tag/v0.38.2
2025-11-01 00:19:04 +01:00
Luflosi 5fcc08a907 kubo: 0.36.0 -> 0.37.0
https://github.com/ipfs/kubo/releases/tag/v0.37.0

Kubo v0.37.0 embeds the repository migration from repo version v16 to v17 and the kubo-fs-repo-migrations package will not reveive any more updates.
I'll keep the `kubo-fs-repo-migrations` and `kubo-migrator` packages around for now until a future version of Kubo no longer supports calling the external migration binaries.
Since the (newest) migrations are now built into Kubo, the NixOS module now needs to call `ipfs repo migrate --to=xx --allow-downgrade` instead of `fs-repo-migrations --to xx -y`.
The `--allow-downgrade` flag is only there for the unlikely situation that someone downgrades their local Kubo version with an overlay, separate channel input or similar means. It does however not work for rolling back the NixOS generation after a Kubo upgrade which increases the repo version (not all Kubo upgrades increase the repo version). This is because the Kubo version of the previous NixOS generation doesn't have the code for upgrading to or downgrading from the newer repo version.
Since we only have one version of Kubo in Nixpkgs at a time, migrations cannot be tested automatically. I manually verified that `ipfs repo migrate` uses binaries like `fs-repo-15-to-16` provided by the `kubo-fs-repo-migrations` packages for older migrations. I also tested that the migration from v16 to v17 works on my machine using the NixOS module.
2025-11-01 00:19:03 +01:00
Luflosi 5a967f4a1e nixos/kubo: increase maximum UDP buffer sizes
The [quic-go wiki](https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes) now recommends a larger maximum send- and receive buffer size.
The change to the documentation was made in April 2024: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes/_compare/597639d834d5d6c242d37d49a02ed04ca65332c9...a3327deff89d2428d48596ce0e643531f9944f99.

Without this change, the Kubo daemon will output this warning:
```
failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 4882 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.
```
This can be seen while running the NixOS tests.
2025-11-01 00:19:01 +01:00
Gaétan LepageandGitHub c4edf51d86 python3Packages.speechbrain: fix build with torchaudio 2.9 (#457376) 2025-10-31 23:16:11 +00:00
Yohann BonifaceandGitHub 90eb179a88 lolcode: fix build with cmake4 (#454502) 2025-10-31 23:13:24 +00:00
Yohann BonifaceandGitHub 070937c33c http-getter: fix build with cmake4 (#454200) 2025-10-31 23:13:19 +00:00
Gaetan Lepage 0d5f9e6641 ci/eval: add extraNixpkgsConfig argument 2025-11-01 00:12:42 +01:00
Fabian Affolter 31494ac98d python313Packages.asyncwhois: 1.1.10 -> 1.1.12
Diff: https://github.com/pogzyb/asyncwhois/compare/v1.1.10...v1.1.12

Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.1.12
2025-11-01 00:10:41 +01:00
Fabian AffolterandGitHub 162bd217b1 python3Packages.aiomisc: 17.9.4 -> 17.9.6 (#456841) 2025-10-31 23:08:25 +00:00
dotlambdaandGitHub 303701b11d python3Packages.sfrbox-api: 0.0.12 -> 0.1.0 (#457384) 2025-10-31 23:07:03 +00:00
Fabian AffolterandGitHub 74e39d90bf gallia: 2.0.0a4 -> 2.0.0b2 (#455359) 2025-10-31 23:04:53 +00:00
Fabian AffolterandGitHub 92e820b7f7 checkip: 0.47.7 -> 0.49.0 (#457235) 2025-10-31 23:03:45 +00:00
Robert Schütz 2aa60580ff python3Packages.sfrbox-api: 0.0.12 -> 0.1.0
Diff: https://github.com/hacf-fr/sfrbox-api/compare/v0.0.12...v0.1.0

Changelog: https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.1.0
2025-10-31 16:00:38 -07:00
R. Ryantm 04eeba0536 python3Packages.aioesphomeapi: 42.2.0 -> 42.5.0 2025-10-31 22:58:55 +00:00
Yohann BonifaceandGitHub 1c03650baf malt: 1.2.6 -> 1.4.1 (#456259) 2025-10-31 22:58:34 +00:00
Yohann BonifaceandGitHub 0f597a39e1 mbpoll: fix build with cmake4 (#454571) 2025-10-31 22:58:18 +00:00
Fabian AffolterandGitHub 9859377c90 python313Packages.botocore-stubs: 1.40.61 -> 1.40.62, python313Packages.boto3-stubs: 1.40.61 -> 1.40.62 (#457070) 2025-10-31 22:56:52 +00:00
Yohann BonifaceandGitHub fc30b32f01 openlierox: fix build with cmake4 (#455039) 2025-10-31 22:56:01 +00:00
Yohann BonifaceandGitHub 45c342f187 splitcode: 0.31.3 -> 0.31.4 (#454808) 2025-10-31 22:54:06 +00:00
R. Ryantm c9c7c7ed30 ovhcloud-cli: 0.7.1 -> 0.8.1 2025-10-31 22:50:49 +00:00
R. Ryantm 59fc11c286 hifile: 0.9.12.1 -> 0.9.12.2 2025-10-31 22:50:38 +00:00
Fabian AffolterandGitHub 72b8c8c401 python313Packages.tencentcloud-sdk-python: 3.0.1480 -> 3.0.1481 (#457075) 2025-10-31 22:49:52 +00:00
Yohann BonifaceandGitHub b8df1f9d8e tiscamera: fix build issue due to cmake 4 (#453875) 2025-10-31 22:44:05 +00:00
Yohann BonifaceandGitHub c3d2c78728 vmmlib: 1.6.2 -> 1.14.0 (#455291) 2025-10-31 22:43:24 +00:00
zowoqandGitHub 906ea85efd terraform-providers.integrations_github: 6.7.3 -> 6.7.4 (#457373) 2025-10-31 22:40:27 +00:00
Fabian Affolter aa57b7b219 python313Packages.tencentcloud-sdk-python: 3.0.1480 -> 3.0.1481
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1480...3.0.1481

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1481/CHANGELOG.md
2025-10-31 23:39:57 +01:00
Yohann BonifaceandGitHub de838937a0 genmap: fix build with cmake4, mark as broken on darwin (#454191) 2025-10-31 22:39:50 +00:00
Robert Schütz 9f26115254 python3Packages.speechbrain: fix build with torchaudio 2.9 2025-10-31 15:38:34 -07:00
Wolfgang WaltherandGitHub a47257e87c ci/eval: avoid passing args around (#457329) 2025-10-31 22:38:28 +00:00
Fabian Affolter f31938a03c mediawriter: 5.2.8 -> 5.2.9
Diff: https://github.com/FedoraQt/MediaWriter/compare/5.2.8...5.2.9

Changelog: https://github.com/FedoraQt/MediaWriter/releases/tag/5.2.9
2025-10-31 23:38:26 +01:00
R. Ryantm 977dfc579a home-assistant-custom-components.polaris-mqtt: 1.0.10 -> 1.0.11 2025-10-31 22:37:54 +00:00
Yohann BonifaceandGitHub 7e7f6033d9 radian: 0.6.13 -> 0.6.15 (#453126) 2025-10-31 22:35:37 +00:00
R. Ryantm de76827715 hydralauncher: 3.6.8 -> 3.7.3 2025-10-31 22:35:32 +00:00
Yohann BonifaceandGitHub 239621c2ec endless-sky: 0.10.14 -> 0.10.16 (#455681) 2025-10-31 22:34:35 +00:00
R. Ryantm 175843d505 phpExtensions.xdebug: 3.4.6 -> 3.4.7 2025-10-31 22:33:49 +00:00
Yohann BonifaceandGitHub 89cc7ce21f jetbrains-toolbox: 2.9.1.58121 -> 3.0.1.59888 (#452550) 2025-10-31 22:33:14 +00:00
Yohann BonifaceandGitHub f693e8c733 steam-lancache-prefill: 3.3.0 -> 3.4.0 (#457208) 2025-10-31 22:32:13 +00:00
Yohann BonifaceandGitHub 341fca6aec vkquake: fix build with glslang 16, move to by-name (#455269) 2025-10-31 22:31:46 +00:00
Fabian AffolterandFabian Affolter f12dd4eda3 python313Packages.aiomisc: remove disabled 2025-10-31 23:31:04 +01:00
Yohann BonifaceandGitHub 87233b45ca beeper: 4.1.253 -> 4.1.289 and fix beeper appimage url (#454724) 2025-10-31 22:30:13 +00:00
Joshua Peek 56c6ad83e3 terraform-providers.integrations_github: 6.7.3 -> 6.7.4 2025-10-31 15:29:34 -07:00
Fabian Affolter c8b6169b5a gallia: 2.0.0a4 -> 2.0.0b2
Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v2.0.0b2
2025-10-31 23:23:34 +01:00
Sergei Trofimovich 81cf80a2a5 diffoscope: 306 -> 307
Changes: https://lists.reproducible-builds.org/pipermail/diffoscope/2025-October/002867.html
2025-10-31 22:20:33 +00:00