nixpkgs-ci[bot] and GitHub
9a9938e5fe
pkgsite: 0-unstable-2026-01-07 -> 0-unstable-2026-01-16 ( #481146 )
2026-01-19 08:41:49 +00:00
ljxfstorm
b5a387f350
gemini-cli-bin: 0.22.5 -> 0.24.4
...
https://github.com/google-gemini/gemini-cli/releases/tag/v0.24.4
2026-01-19 16:40:14 +08:00
ljxfstorm and Sinclair Mosley
3ef7239ed3
gemini-cli-bin: use ripgrep from nixpkgs
...
Co-authored-by: Sinclair Mosley <sinclairjmosley@outlook.com >
2026-01-19 16:40:14 +08:00
Félix and GitHub
7eeed29d5c
pleroma: 2.9.1 -> 2.10.0 ( #479989 )
2026-01-19 08:38:33 +00:00
R. Ryantm
4aeb4b2637
python3Packages.metaflow: 2.19.15 -> 2.19.16
2026-01-19 08:33:24 +00:00
nixpkgs-ci[bot] and GitHub
0ef1c5b62b
re-isearch: 2.20220925.4.0a-unstable-2025-12-30 -> 2.20220925.4.0a-unstable-2026-01-14 ( #481502 )
2026-01-19 08:21:19 +00:00
nixpkgs-ci[bot] and GitHub
a30890129f
prl-tools: 26.2.0-57363 -> 26.2.1-57371 ( #481565 )
2026-01-19 08:21:17 +00:00
R. Ryantm
dafdc8ad5b
xemu: 0.8.131 -> 0.8.132
2026-01-19 08:18:12 +00:00
nixpkgs-ci[bot] and GitHub
63bff05de2
whisper-cpp: 1.8.2 -> 1.8.3 ( #481446 )
2026-01-19 08:05:33 +00:00
Ulrik Strid and GitHub
b203a44b4d
ocamlPackages.happy-eyeballs-miou-unix: init at 2.0.1 ( #480490 )
2026-01-19 08:04:55 +00:00
Jan Tojnar and GitHub
ce2f6a0566
libwpe-fdo: 1.16.0 -> 1.16.1 ( #462744 )
2026-01-19 08:03:39 +00:00
Ulrik Strid and GitHub
543a95a9bf
ocamlPackages.mlx: 0.10 → 0.11 ( #479914 )
2026-01-19 08:03:11 +00:00
R. Ryantm
d851471a8e
brainflow: 5.19.0 -> 5.20.0
2026-01-19 07:54:34 +00:00
R. Ryantm
b509dc16aa
seaweedfs: 4.06 -> 4.07
2026-01-19 07:35:41 +00:00
R. Ryantm
b61177914a
kubedb-cli: 0.59.0 -> 0.60.0
2026-01-19 07:34:11 +00:00
R. Ryantm
b94694e8e5
prl-tools: 26.2.0-57363 -> 26.2.1-57371
2026-01-19 07:26:28 +00:00
R. Ryantm
61806aff28
home-assistant-custom-components.frigidaire: 0.1.5 -> 0.1.6
2026-01-19 07:19:16 +00:00
nixpkgs-ci[bot] and GitHub
f638e6365d
memcached-exporter: 0.15.4 -> 0.15.5 ( #480987 )
2026-01-19 07:19:00 +00:00
nixpkgs-ci[bot] and GitHub
dae96a269f
dopamine: 3.0.1 -> 3.0.2 ( #481358 )
2026-01-19 07:01:29 +00:00
Lin Jian
f0550a2fc2
Revert "emacsPackages.elpaca: 0-unstable-2025-02-16 -> 0-unstable-2025-11-06"
...
This reverts commit 515ed78687 .
This patch is not complete, see reviews[1] after it was merged and a
follow-up PR[2] by the same author.
Revert it since the original author's GitHub account was deleted.
This patch can be re-applied in the future if someone else wants to
push it over the finish line.
[1]: https://github.com/NixOS/nixpkgs/pull/470901
[2]: https://github.com/NixOS/nixpkgs/pull/477267
2026-01-19 15:00:47 +08:00
Marcus Ramberg and GitHub
0c6a368699
cloudflare-warp{,-headless}: fix updateScript shell script ( #481417 )
2026-01-19 07:00:09 +00:00
R. Ryantm
d099b56451
python3Packages.iamdata: 0.1.202601171 -> 0.1.202601191
2026-01-19 06:54:35 +00:00
R. Ryantm
b1ae1ae71d
clash-rs: 0.9.3 -> 0.9.4
2026-01-19 06:51:21 +00:00
Fabian Affolter and GitHub
f5dfaffa8e
python313Packages.iamdata: 0.1.202601171 -> 0.1.202601181 ( #481277 )
2026-01-19 06:46:00 +00:00
R. Ryantm
5c9e32ade3
gdevelop: 5.6.251 -> 5.6.252
2026-01-19 06:42:16 +00:00
Paul Meyer and GitHub
48ab6e2ede
vscode-extensions.sourcegraph.amp: 0.0.1768263519 -> 0.0.1768796962 ( #481534 )
2026-01-19 06:33:01 +00:00
Yueh-Shun Li and Matt Sturgeon
de48b6a845
buildPython*: extend overrideStdenvCompat to fixed-point arguments
...
with `passthru.__stdenvPythonCompat`
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk >
2026-01-19 14:29:47 +08:00
Yueh-Shun Li
5b114f0534
buildPython*: overrideStdenvCompat: lower warnings down to the stdenv override value
...
If Nix supports lazy attribute names in the future,
this change will make `<python package>.override` warning-free
and make such warning (or future throw) remediateable
via another override.
2026-01-19 14:29:47 +08:00
Yueh-Shun Li and Matt Sturgeon
4ef0c2ded4
buildPython*: overrideStdenvCompat: abstract warning
...
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk >
2026-01-19 14:29:41 +08:00
Vladimír Čunát and GitHub
87ae6865c0
thunderbird-140-unwrapped: 140.6.0esr -> 140.7.0esr ( #481528 )
2026-01-19 06:28:13 +00:00
Fabian Affolter
b80dbdeb19
python313Packages.iamdata: 0.1.202601181 -> 0.1.202601191
...
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202601181...v0.1.202601191
Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202601191
2026-01-19 07:26:37 +01:00
Fabian Affolter
f819465138
python313Packages.iamdata: 0.1.202601171 -> 0.1.202601181
...
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202601171...v0.1.202601181
Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202601181
2026-01-19 07:26:29 +01:00
R. Ryantm
ff9ad94a71
ali: 0.7.5 -> 0.8.0
2026-01-19 06:22:17 +00:00
R. Ryantm
e81fe99d58
free42: 3.3.10 -> 3.3.11
2026-01-19 06:17:57 +00:00
nixpkgs-ci[bot] and GitHub
27b5557239
reqable: 3.0.33 -> 3.0.34 ( #481527 )
2026-01-19 05:56:30 +00:00
R. Ryantm
60bcb8185c
python3Packages.coiled: 1.130.1 -> 1.130.2
2026-01-19 05:54:01 +00:00
h7x4
c6708d9bda
various: replace systemd.services.<name>.{script,preStart} with ExecStart{,Pre}
...
This is a partial revert of 39e9380
2026-01-19 14:45:11 +09:00
·𐑑𐑴𐑕𐑑𐑩𐑤
e424267f28
h2o: 2.3.0-rolling-2026-01-16 → 2.3.0-rolling-2026-01-19
2026-01-19 12:43:02 +07:00
nixpkgs-ci[bot] and GitHub
8850aaecf5
gitlogue: 0.6.0 -> 0.7.0 ( #481535 )
2026-01-19 05:41:06 +00:00
nixpkgs-ci[bot] and GitHub
5e31aa9259
probe-rs-tools: 0.30.0 -> 0.31.0 ( #481202 )
2026-01-19 05:21:51 +00:00
R. Ryantm
29c12fa043
gitlogue: 0.6.0 -> 0.7.0
2026-01-19 05:09:21 +00:00
R. Ryantm
a7b9dc20cb
vscode-extensions.sourcegraph.amp: 0.0.1768263519 -> 0.0.1768796962
2026-01-19 05:07:17 +00:00
R. Ryantm
bdbb7fc26c
bandit: 1.9.2 -> 1.9.3
2026-01-19 04:55:58 +00:00
moni-dz
3f5e35eb3d
cryptodev: 1.14 -> 1.14-unstable-2025-11-04
...
fix 6.18 kernel build
2026-01-19 12:50:22 +08:00
moni-dz
7dc81fe633
contour: 0.6.1.7494 -> 0.6.2.8008
...
changelog: https://github.com/contour-terminal/contour/releases/tag/v0.6.2.8008
2026-01-19 12:49:30 +08:00
R. Ryantm
59869cb976
libretro.fbneo: 0-unstable-2026-01-11 -> 0-unstable-2026-01-18
2026-01-19 04:49:27 +00:00
moni-dz
e58534ffcb
libunicode: 0.6.0 -> 0.7.0
...
changelog: https://github.com/contour-terminal/libunicode/releases/tag/v0.7.0
2026-01-19 12:48:58 +08:00
nixpkgs-ci[bot] and GitHub
0311983f85
amp-cli: 0.0.1768219292-g8af118 -> 0.0.1768760544-gf06f5a ( #481397 )
2026-01-19 04:41:29 +00:00
Austin Horstman and GitHub
a46f7740d8
grimblast: 0.1-unstable-2025-12-18 -> 0.1-unstable-2026-01-14 ( #481524 )
2026-01-19 04:41:13 +00:00
R. Ryantm
20c968ca4b
thunderbird-140-unwrapped: 140.6.0esr -> 140.7.0esr
2026-01-19 04:30:52 +00:00