Commit Graph
866599 Commits
Author SHA1 Message Date
R. Ryantm 717ca6f59e dns-collector: 1.10.0 -> 1.11.0 2025-09-19 09:03:58 +00:00
Fabian Affolter 744df13116 python313Packages.tencentcloud-sdk-python: 3.0.1462 -> 3.0.1463
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1462...3.0.1463

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1463/CHANGELOG.md
2025-09-19 11:03:17 +02:00
Fabian Affolter 68f0db17c5 python313Packages.tencentcloud-sdk-python: 3.0.1460 -> 3.0.1462
Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1460...3.0.1462

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1462/CHANGELOG.md
2025-09-19 11:02:09 +02:00
Fabian Affolter 862bc3fbab python313Packages.publicsuffixlist: 1.0.2.20250911 -> 1.0.2.20250919
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250919-gha/CHANGES.md
2025-09-19 11:01:07 +02:00
Markus Hauck 6c60398318 claude-code: 1.0.117 -> 1.0.119
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

- Fixed Windows process freeze in interactive mode
- Added dynamic header support for MCP servers
- Resolved thinking mode issue in headless sessions
- Corrected slash commands to update allowed tools properly
2025-09-19 10:57:20 +02:00
Fabian AffolterandGitHub 65c78cd07e python3Packages.llama-index-readers-json: 0.4.0 -> 0.4.1 (#444120) 2025-09-19 08:54:18 +00:00
André SilvaandGitHub 11bbf1907e codex: 0.38.0 -> 0.39.0 (#444232) 2025-09-19 08:52:50 +00:00
Fabian AffolterandGitHub 11d1e4e1c6 nuclei-templates: 10.2.8 -> 10.2.9 (#444261) 2025-09-19 08:52:42 +00:00
R. Ryantm 9db5a29701 wideriver: 1.3.0 -> 1.3.1 2025-09-19 08:50:01 +00:00
Thiago Kenji OkadaandGitHub 684f3cba89 nixos-rebuild-ng: do not try to copy closure when running dry-build (#444166) 2025-09-19 08:42:37 +00:00
R. Ryantm 7caddf0534 grafanaPlugins.grafana-metricsdrilldown-app: 1.0.12 -> 1.0.15 2025-09-19 08:35:58 +00:00
Marcus RambergandGitHub eaac854ed8 vivaldi: 7.5.3735.74 -> 7.6.3797.52 (#444251) 2025-09-19 08:34:26 +00:00
R. Ryantm 1c08759096 seclists: 2025.2 -> 2025.3 2025-09-19 08:18:11 +00:00
sund3RRR 23ee5052bb gi-crystal: 0.24.0 -> 0.25.1 2025-09-19 11:15:33 +03:00
nixpkgs-merge-bot[bot]andGitHub 4dbf8d7cbd wit-bindgen: 0.45.1 -> 0.46.0 (#444220) 2025-09-19 08:09:17 +00:00
Yohann BonifaceandGitHub 0204b0be5c texmacs: update fonts url (#443992) 2025-09-19 08:07:48 +00:00
Niklas KorzandGitHub 205bf5aa26 zed-editor: 0.204.1 -> 0.204.2 (#444186) 2025-09-19 08:05:29 +00:00
nixpkgs-merge-bot[bot]andGitHub 62d03365e0 gcli: 2.8.0 -> 2.9.0 (#440806) 2025-09-19 08:03:49 +00:00
Yohann BonifaceandGitHub fbebe333b9 pixi: 0.54.2 -> 0.55.0 (#444185) 2025-09-19 08:01:04 +00:00
Yohann BonifaceandGitHub 54057489f2 zapzap: update meta.homepage (#444139) 2025-09-19 08:00:22 +00:00
chillcicada 082c580e14 wpsoffice-cn: 12.1.0.17900 -> 12.1.2.22571 2025-09-19 15:48:41 +08:00
royce-c 0d9a7c4386 ente: fix AmbientCapabilities systemd unit option typo 2025-09-19 00:47:58 -07:00
R. Ryantm 3c675d2003 nuclei-templates: 10.2.8 -> 10.2.9 2025-09-19 07:47:55 +00:00
Andrew Voynov ac479304c1 lf: 37 -> 38
Diff: https://github.com/gokcehan/lf/compare/r37...r38

Changelog: https://github.com/gokcehan/lf/releases/tag/r38
2025-09-19 10:45:03 +03:00
Whitespire 1e2cd41324 kops: add 1.31, 1.32, drop 1.27, 1.28, 1.29, set default 1.33 2025-09-19 10:40:23 +03:00
clementpoiret 7b475708b1 vivaldi: 7.5.3735.74 -> 7.6.3797.52 2025-09-19 09:38:38 +02:00
dramforever abf2b9d1da linuxPackages_custom: Default allowImportFromDerivation to false
Since #434608, we no longer need to use allowImportFromDerivation if
configfile is a path, which does not require IFD to read. Default it to
false.
2025-09-19 15:36:51 +08:00
dramforever 9c9848be54 linuxManualConfig: Handle only y and m in readConfig
Parsing Linux config files in Nix in full is complicated, primarily due
to string values. Currently, the regular expression used is fragile and
breaks with string values containing equal signs or (escaped) quotes.

The primary use of these options is system.requiredKernelConfig, which
only really needs to track "yes" and "module". Therefore, only parse
those.

This is a breaking change. However, this is a very obscure corner of
linuxManualConfig and should have few if any affected users.
2025-09-19 15:36:51 +08:00
R. Ryantm 9fd0b753e1 kubevirt: 1.6.0 -> 1.6.1 2025-09-19 07:32:33 +00:00
Fernando RodriguesandGitHub 1423943d26 fzf-preview: init at 0-unstable-2025-06-26 (#420244) 2025-09-19 07:30:18 +00:00
R. Ryantm 18391e4035 eduke32: 0-unstable-2025-08-13 -> 0-unstable-2025-09-13 2025-09-19 07:14:18 +00:00
R. Ryantm 5ea0e760c2 eigenwallet: 3.0.0-beta.8 -> 3.0.1 2025-09-19 07:05:47 +00:00
nixpkgs-merge-bot[bot]andGitHub d07b373150 cursor-cli: 0-unstable-2025-09-04 -> 0-unstable-2025-09-18 (#444181) 2025-09-19 07:05:38 +00:00
Richard J. Acton 2a5bd6c3b8 python3Packages.globus-sdk: 3.62.0 -> 3.63.0 2025-09-19 08:01:32 +01:00
sweenu bcaa25786a nixos/music-assistant: librespot -> spotify 2025-09-19 08:36:23 +02:00
qzylinra 9a6d3d4db4 flutter: 3.35.3 -> 3.35.4 2025-09-19 06:31:37 +00:00
Vincent LaporteandGitHub 12bd230118 ocamlPackages.topkg: 1.0.7 → 1.1.0 (#443627) 2025-09-19 06:08:23 +00:00
Vincent LaporteandGitHub ae75f3f024 ocamlPackages.ppx_deriving: 6.1.0 → 6.1.1 (#442552) 2025-09-19 06:07:40 +00:00
Vincent LaporteandGitHub cd10096566 coqPackages.autosubst-ocaml: 1.1+8.20 -> 1.1+9.0 (#443607) 2025-09-19 06:05:24 +00:00
nixpkgs-merge-bot[bot]andGitHub 1fd2ac2221 cargo-about: 0.8.0 -> 0.8.1 (#444048) 2025-09-19 05:55:45 +00:00
R. Ryantm f585d8cbe3 kubernetes-helmPlugins.helm-dt: 0.4.6 -> 0.4.8 2025-09-19 05:50:30 +00:00
Thierry Delafontaine a604057a57 codex: 0.38.0 -> 0.39.0
https://github.com/openai/codex/releases/tag/rust-v0.39.0
2025-09-19 07:48:06 +02:00
Thierry Delafontaine 349374a10a opencode: 0.9.9 -> 0.10.1
https://github.com/sst/opencode/releases/tag/v0.9.10
https://github.com/sst/opencode/releases/tag/v0.9.11
https://github.com/sst/opencode/releases/tag/v0.10.0
https://github.com/sst/opencode/releases/tag/v0.10.1
2025-09-19 07:32:56 +02:00
AleksanaandGitHub 9aa8afb342 euporie: init at 2.8.12 (#440551) 2025-09-19 13:32:53 +08:00
K900andGitHub 1aa3c1ba5d screen: backport pending patch to fix UB in unit tests (#444222) 2025-09-19 05:26:02 +00:00
R. Ryantm c04bcb89a6 databricks-cli: 0.267.0 -> 0.269.0 2025-09-19 05:24:37 +00:00
K900 f9c5a2dfb3 screen: backport pending patch to fix UB in unit tests 2025-09-19 08:20:55 +03:00
R. Ryantm 3860f3b91e terraform-providers.datadog: 3.73.0 -> 3.74.0 2025-09-19 05:11:59 +00:00
Jared BaurandGitHub 3cfcacb611 vboot_reference updates (#377663) 2025-09-19 04:57:58 +00:00
Vincent LaporteandGitHub aee3b8cb85 use latest patch for bisect_ppx (#444109) 2025-09-19 04:56:14 +00:00