Johan Thomsen
69c922eab9
talosctl: add johanot as maintainer
2026-03-10 09:29:36 +01:00
Johan Thomsen
e54781d342
talosctl: 1.12.4 -> 1.12.5
2026-03-10 09:29:20 +01:00
kirillrdy and GitHub
1075022b75
python3Packages.jsonargparse: cleanup, skip failing tests ( #497970 )
2026-03-10 08:21:23 +00:00
Luflosi
34734b9c5e
python3Packages.pyosmium: fix build
...
pyosmium was broken in https://github.com/NixOS/nixpkgs/pull/482364 by commit 2713b96bdb .
Version 4.1.0 replaced setuptools with scikit-build-core as the build system.
2026-03-10 09:17:35 +01:00
Gaetan Lepage
2536218913
python3Packages.jsonargparse: cleanup, skip failing tests
2026-03-10 08:11:47 +00:00
R. Ryantm
90153dc3dd
qownnotes: 26.3.0 -> 26.3.7
2026-03-10 08:04:29 +00:00
zowoq and GitHub
9c0f4af1cd
terraform-providers.vultr_vultr: 2.30.0 -> 2.30.1 ( #498475 )
2026-03-10 07:59:12 +00:00
Ulrik Strid and GitHub
c6979df11d
streamcontroller: 1.5.0-beta.12 -> 1.5.0-beta.13 ( #498256 )
2026-03-10 07:50:24 +00:00
R. Ryantm
6c52339abf
mprisence: 1.4.1 -> 1.4.2
2026-03-10 07:45:32 +00:00
R. Ryantm
fcd41825f0
terraform-providers.vultr_vultr: 2.30.0 -> 2.30.1
2026-03-10 07:44:29 +00:00
@mjones and GitHub
c5101bf8c9
pkcs11-provider: 1.1 -> 1.2.0; kryoptic: 1.4.0 -> 1.5.0 ( #498152 )
2026-03-10 07:36:31 +00:00
nixpkgs-ci[bot] and GitHub
9aa53671c8
zed-discord-presence: 0.10.0 -> 0.10.1 ( #498140 )
2026-03-10 07:13:31 +00:00
R. Ryantm
ab018f7d24
exfatprogs: 1.3.1 -> 1.3.2
2026-03-10 07:05:40 +00:00
R. Ryantm
ea62cebda2
hydralauncher: 3.9.0 -> 3.9.1
2026-03-10 07:03:15 +00:00
R. Ryantm
1b0c903912
direwolf-unstable: 1.8.1-unstable-2026-01-08 -> 1.8.1-unstable-2026-03-09
2026-03-10 07:02:56 +00:00
nixpkgs-ci[bot] and GitHub
611bff989e
Merge master into staging-nixos
2026-03-10 07:00:03 +00:00
zowoq and GitHub
04c7d6dd13
terraform-providers.ibm-cloud_ibm: 1.88.3 -> 1.89.0 ( #498426 )
2026-03-10 06:57:33 +00:00
Markus Hauck
d866a5f122
claude-code-bin: disable installation checks
...
They result in a false positive message like this:
```
installMethod is native, but claude command not found at /home/.../.local/bin/claude
```
2026-03-10 07:52:39 +01:00
K900 and GitHub
2be73b5a09
linux-firmware: 20260221 -> 20260309 ( #498468 )
2026-03-10 06:52:13 +00:00
Thomas Gerbet and GitHub
16b5ad99a9
rekor-cli: 1.5.0 -> 1.5.1 ( #498428 )
2026-03-10 06:48:27 +00:00
nixpkgs-ci[bot] and GitHub
c12998cbe8
gefyra: 2.3.2 -> 2.3.3 ( #498168 )
2026-03-10 06:47:28 +00:00
K900
f1dbfe56a8
linux-firmware: 20260221 -> 20260309
2026-03-10 09:46:41 +03:00
Amaan Qureshi
e29eca25fc
jemalloc: add overridable pageSizeKiB argument
...
This commit exposes the page size as an overridable `pageSizeKiB` argument
instead of hardcoding the lg-page logic inline. This lets users tune
jemalloc for their specific kernel page size via an overlay, e.g.
`jemalloc.override { pageSizeKiB = 4; }` for 4KB-page kernels on a platform
that ordinarily would have 64KB pages.
2026-03-10 02:41:18 -04:00
iivusly and Marie
9e5a5bd09c
chatterino2: properly place macos application
...
Update pkgs/by-name/ch/chatterino2/common.nix
Co-authored-by: Marie <me@nycode.dev >
2026-03-09 23:38:38 -07:00
Alyssa Ross and GitHub
f6632d9faf
weston: fix assertion error on weston 15.0 ( #498269 )
2026-03-10 06:26:45 +00:00
nixpkgs-ci[bot] and GitHub
53919c0721
contact: 1.4.16 -> 1.4.17 ( #498460 )
2026-03-10 06:24:18 +00:00
nixpkgs-ci[bot] and GitHub
d5da60eb16
flyctl: 0.4.15 -> 0.4.20 ( #498440 )
2026-03-10 06:24:17 +00:00
nixpkgs-ci[bot] and GitHub
d61fe5c382
pueue: 4.0.3 -> 4.0.4 ( #498353 )
2026-03-10 06:24:13 +00:00
nixpkgs-ci[bot] and GitHub
3546710648
spotify-qt: 4.0.2 -> 4.0.3 ( #496653 )
2026-03-10 06:24:09 +00:00
nixpkgs-ci[bot] and GitHub
e9e7597f19
Merge master into staging-nixos
2026-03-10 06:16:57 +00:00
Amaan Qureshi
16d93cfd9f
jemalloc: default to 64KB page size on ppc64
...
Most ppc64 kernels default to 64KB pages, for example, Fedora, SUSE,
Arch POWER, and the upstream kernel itself (for Book3S, i.e. POWER4+)
all ship with `CONFIG_PPC_64K_PAGES=y`, however, NixOS forces 4KB
pages via `PPC_4K_PAGES`. A higher `--with-lg-page` is
forward-compatible with lower page sizes but may waste some memory, so
this commit trades a small amount of memory for broader build-host
compatibility.
2026-03-10 02:13:45 -04:00
R. Ryantm
9454a1d53d
python3Packages.caio: 0.9.25 -> 0.10.0
2026-03-10 06:10:58 +00:00
R. Ryantm
185b376ddf
ytdl-sub: 2026.02.23 -> 2026.03.09.post3
2026-03-10 06:10:12 +00:00
Marcus Ramberg and GitHub
62dc67aa6a
nixos/pocket-id: add delay between restarts ( #497937 )
2026-03-10 06:05:22 +00:00
R. Ryantm
e3603dd96e
slidev-cli: 52.13.0 -> 52.14.1
2026-03-10 06:00:02 +00:00
nixpkgs-ci[bot] and GitHub
682bdd7586
playball: 3.3.0 -> 3.4.0 ( #497808 )
2026-03-10 05:56:01 +00:00
R. Ryantm
136b259a54
python3Packages.renault-api: 0.5.5 -> 0.5.6
2026-03-10 05:39:23 +00:00
R. Ryantm
af538be5bc
pkgsite: 0-unstable-2026-02-25 -> 0-unstable-2026-03-09
2026-03-10 05:29:29 +00:00
R. Ryantm
a440bce4e4
contact: 1.4.16 -> 1.4.17
2026-03-10 05:21:49 +00:00
R. Ryantm
c9a0fb9e73
cura-appimage: 5.11.0 -> 5.12.0
2026-03-10 05:09:25 +00:00
Robert Schütz
ff68c1321e
python3Packages.serialx: 0.7.0 -> 0.8.0
...
Diff: https://github.com/puddly/serialx/compare/v0.7.0...v0.8.0
Changelog: https://github.com/puddly/serialx/releases/tag/v0.8.0
2026-03-09 22:05:23 -07:00
R. Ryantm
ccb25c19f4
opentrack: 2026.1.0-unstable-2026-01-24 -> 2026.1.0-unstable-2026-03-05
2026-03-10 04:56:08 +00:00
R. Ryantm
75e508cd00
python3Packages.python-telegram-bot: 22.5 -> 22.6
2026-03-10 04:49:54 +00:00
R. Ryantm
34630f83fe
python3Packages.env-canada: 0.13.2 -> 0.14.0
2026-03-10 04:40:33 +00:00
R. Ryantm
9e8636d610
autobrr: 1.73.0 -> 1.74.0
2026-03-10 04:36:07 +00:00
R. Ryantm
6c83e2f5a4
python3Packages.itables: 2.7.0 -> 2.7.1
2026-03-10 04:31:17 +00:00
nixpkgs-ci[bot] and GitHub
f3a45b4564
fresh-editor: 0.2.11 -> 0.2.14 ( #498441 )
2026-03-10 04:19:40 +00:00
nixpkgs-ci[bot] and GitHub
2022edbaed
chameleon-cli: 2.1.0-unstable-2026-02-19 -> 2.1.0-unstable-2026-02-24 ( #496377 )
2026-03-10 04:19:21 +00:00
R. Ryantm
2d6d95f9cc
goverter: 1.9.3 -> 1.9.4
2026-03-10 04:19:04 +00:00
R. Ryantm
385b532066
python3Packages.python-cinderclient: 9.8.0 -> 9.9.0
2026-03-10 04:04:43 +00:00