Commit graph

963,000 commits

Author SHA1 Message Date
Fabian Affolter
e9ce38dfd2 python3Packages.mypy-boto3-ecr: 1.42.57 -> 1.42.67 2026-03-13 13:22:27 +01:00
Fabian Affolter
1628e1f9cb python3Packages.mypy-boto3-datasync: 1.42.9 -> 1.42.67 2026-03-13 13:22:24 +01:00
Fabian Affolter
ff6d82989f python314Packages.boto3-stubs: 1.42.65 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
6b0101a5f6 python3Packages.mypy-boto3-workspaces: 1.42.43 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
f032aab12d python3Packages.mypy-boto3-sagemaker: 1.42.62 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
fce796efc7 python3Packages.mypy-boto3-polly: 1.42.3 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
7c27bafb18 python3Packages.mypy-boto3-eks: 1.42.47 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
041bf5cd37 python3Packages.mypy-boto3-customer-profiles: 1.42.59 -> 1.42.66 2026-03-13 13:22:09 +01:00
Fabian Affolter
6ad4bc7d8b python3Packages.alibabacloud-credentials: 1.0.7 -> 1.0.8
Changelog: https://github.com/aliyun/credentials-python/releases/tag/v1.0.8
2026-03-13 13:21:34 +01:00
Fabian Affolter
7e53a44583 gitleaks: 8.30.0 -> 8.30.1
Diff: https://github.com/gitleaks/gitleaks/compare/v8.30.0...v8.30.1

Changelog: https://github.com/gitleaks/gitleaks/releases/tag/v8.30.1
2026-03-13 13:20:50 +01:00
Fabian Affolter
be4a077579
python3Packages.claude-agent-sdk: 0.1.46 -> 0.1.48 (#499470) 2026-03-13 12:15:51 +00:00
Fabian Affolter
10047adfd9
python3Packages.fastgit: 0.0.3 -> 0.0.4 (#499469) 2026-03-13 12:12:48 +00:00
Fabian Affolter
22fa7ee37d
trajan: 1.0.0 -> 1.0.1 (#499343) 2026-03-13 12:12:08 +00:00
Emily
8e9acba638
music-assistant: 2.7.9 -> 2.7.11 (#497992) 2026-03-13 12:00:37 +00:00
Matthieu Coudron
921bd54df3
neovim: set provider configuration to initrc (#498687) 2026-03-13 11:58:06 +00:00
yaya
151ac5e7f8
mattermost-desktop: 6.0.4 -> 6.1.0 (#496878) 2026-03-13 11:41:11 +00:00
teto
4d7ec078bd neovim: restore provider configuration in legacy mode
We used to unconditionnally wrap the provider configuration.
https://github.com/NixOS/nixpkgs/pull/487390 "smartly" embeds it into
init.lua depending on `wrapRc` but that breaks neovim legacy behavior in some cases since `legacyWrapper` sets `wrapRc` to false in absence of some of user configuration.
One day we will get rid of the legacy wrapper but until then keep that behavior.

Most of the changes come from linter.
2026-03-13 12:38:34 +01:00
teto
9a25c8c85e neovim: move provider configuration to initrc
instead of wrapping arguments when possible.

As an attempt to simplify configuration: instead of having wrapping arguments + an optional neovim configuration
let's always generate a neovim configuration.

The change should be transparent for most users, and require
intervention for users that fulfill both conditions:
- using remote plugins (rare already)
- that set `wrapRc = false` in wrapNeovimUnstable without loading later
  the generated luaRcContent

The fix is then to pass as wrapping arguments the wrapper's generated config via 

(wrapNeovimUnstable neovim-unwrapped { } ).overrideAttrs(oa: { wrapperArgs = oa.wrapperArgs ++ [ ''--cmd "lua dofile('${writeText "init.lua" oa.luaRcContent}')"'' ]; })
2026-03-13 12:38:34 +01:00
Sarah Brofeldt
ea5f21f205
apacheKafka: Add update script (#499399) 2026-03-13 11:22:54 +00:00
nixpkgs-ci[bot]
69c2e8b24f
psysh: 0.12.20 -> 0.12.21 (#499364) 2026-03-13 11:19:27 +00:00
Doron Behar
094f4cbf39
python3: propagate overrides of spliced pythons (#498251) 2026-03-13 11:12:28 +00:00
Azat Bahawi
f4b5c65546
vcmi: allow toggling MMAI (#497935) 2026-03-13 10:57:19 +00:00
Jo
bf53e8551e
isle-portable: use writeText instead of passAsFile (#498506) 2026-03-13 10:57:11 +00:00
Azat Bahawi
53910e3c94
werf: 2.56.2 -> 2.62.2 (#496890) 2026-03-13 10:57:05 +00:00
Azat Bahawi
da84d815f1
packcc: 2.2.0 -> 3.0.0 (#496880) 2026-03-13 10:56:48 +00:00
Doron Behar
20a0e1b210 python3: propagate overrides of spliced pythons
This is a more accurate resurrection of what was meant to be done in
6421482683
2026-03-13 12:56:21 +02:00
Jo
ba552fd440
atuin-desktop: use structuredAttrs instead of passAsFile (#498261) 2026-03-13 10:55:09 +00:00
Marcus Ramberg
d0c60f58f0
devenv: 2.0.3 -> 2.0.4 (#499090) 2026-03-13 10:54:22 +00:00
Jo
0492b8e2fc
build-support/vm: enable structuredAttrs for runInLinuxVM (#498273) 2026-03-13 10:51:14 +00:00
Matthieu Coudron
56cb0489da
kitty: 0.45.0 -> 0.46.0 (#498784) 2026-03-13 10:45:07 +00:00
Doron Behar
4369463d48
python3Packages.plopp: 26.2.1 -> 26.3.1 (#498955) 2026-03-13 10:33:53 +00:00
Doron Behar
fb0b20b7da
mpd: 0.24.8 -> 0.24.9 (#499101) 2026-03-13 10:33:29 +00:00
Doron Behar
bdbeddb001
python3Packages.modelscope: 1.34.0 -> 1.35 (#498761) 2026-03-13 10:27:18 +00:00
nixpkgs-ci[bot]
6f629f10df
somo: 1.3.1 -> 1.3.2 (#499380) 2026-03-13 10:20:03 +00:00
Jacek Galowicz
ca70bb0791
devenv: fix gc-related crashes on macOS (#499302) 2026-03-13 10:17:16 +00:00
Arne Keller
b8d457ebbf
prusa-slicer: remove icons from not spec-compliant location (#499351) 2026-03-13 10:14:32 +00:00
Cosima Neidahl
5cd886f887
process-cpp: 3.0.3 -> 3.1.0 (#499392) 2026-03-13 10:10:51 +00:00
Tom Herbers
9576ab5341
kanidm_1_9: 1.9.1 -> 1.9.2
Changelog: https://github.com/kanidm/kanidm/releases/tag/v1.9.2
2026-03-13 11:03:17 +01:00
Maximilian Bosch
243fb01ea6
postgresqlPackages.pg_partman: 5.4.2 -> 5.4.3 (#499414) 2026-03-13 10:02:25 +00:00
Graham Bennett
6086fe603c opencode: 1.2.24 -> 1.2.25 2026-03-13 09:49:58 +00:00
Maximilian Bosch
dc907bb983
mautrix-signal: 26.02 -> 26.02.2 (#498655) 2026-03-13 09:24:42 +00:00
Maximilian Bosch
ba133a186e
grafana: 12.4.0 -> 12.4.1 (#499059) 2026-03-13 09:16:31 +00:00
nixpkgs-ci[bot]
555fba1402
prek: 0.3.4 -> 0.3.5 (#499328) 2026-03-13 09:16:19 +00:00
Markus Kowalewski
9f520fc252
slurm: 25-11-3-1 -> 25-11-4-1 (#499447) 2026-03-13 09:09:44 +00:00
7c6f434c
ba50ddb549
remind: 06.02.04 -> 06.02.05 (#498055) 2026-03-13 09:06:51 +00:00
Leona Maroni
cdf64fbe3e
discourse: 2025.12.1 -> 2025.12.2 (#498529) 2026-03-13 09:00:13 +00:00
nixpkgs-ci[bot]
e2c802cccc
uptime-kuma: 2.2.0 -> 2.2.1 (#499404) 2026-03-13 08:54:35 +00:00
Alyssa Ross
1b42006907
linux_xanmod, linux_xanmod_latest: 2026-03-12 (#499486) 2026-03-13 08:49:43 +00:00
Fabian Affolter
f8f59e04bf python3Packages.iamdata: 0.1.202603121 -> 0.1.202603131
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202603121...v0.1.202603131

Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202603131
2026-03-13 09:29:02 +01:00
Alyssa Ross
c06b4ae3d6
staging-nixos merge for 2026-03-12 (#499398) 2026-03-13 08:19:52 +00:00