gamma3591
080b6cb2cd
tinygo: Change Go version in tinygo build from 1.25 to 1.26
2026-07-13 11:59:19 +02:00
Yohann Boniface
210e8044c9
python3Packages.pyhanko: 0.35.1 -> 0.35.2 ( #540825 )
2026-07-13 09:04:26 +00:00
nixpkgs-ci[bot]
2d9f18a8b5
jenkins: 2.555.3 -> 2.568.1 ( #540155 )
2026-07-13 08:59:00 +00:00
isabel
8dad1c1dc6
nixosTests.bluesky-pds: migrate to systemd-nspawn ( #534188 )
2026-07-13 08:48:24 +00:00
André Silva
8cf171e0da
evdevremapkeys: 1.0.0 -> 1.0.3 ( #539995 )
2026-07-13 08:24:04 +00:00
nixpkgs-ci[bot]
329f8038d3
yffi: 0.24.0 -> 0.27.3 ( #541336 )
2026-07-13 07:46:54 +00:00
nixpkgs-ci[bot]
c7d1243777
snx-rs: 6.1.2 -> 6.2.0 ( #541247 )
2026-07-13 07:46:44 +00:00
nixpkgs-ci[bot]
6ac808b8af
slint-tr-extractor: 1.17.0 -> 1.17.1 ( #540808 )
2026-07-13 07:46:36 +00:00
Vincent Laporte
17be5c5fe7
Delete duplicated code and make mkCoqDerivation a wrapper on top of mkRocqDerivation ( #537856 )
2026-07-13 07:41:58 +00:00
Arne Keller
6ae84c662d
python3Packages.gguf: 9775 -> 9967 ( #537890 )
2026-07-13 07:21:30 +00:00
Arne Keller
975d6542e5
gcx: 0.4.3 -> 0.4.4 ( #540693 )
2026-07-13 07:19:19 +00:00
Arne Keller
e03a2b7e33
envfs: 1.1.0 -> 1.2.0 ( #500707 )
2026-07-13 07:18:25 +00:00
R. Ryantm
58a0a5effc
yffi: 0.24.0 -> 0.27.3
2026-07-13 06:57:16 +00:00
Arne Keller
4f4f5fea15
databricks-cli: set version build ldflags ( #540270 )
2026-07-13 06:56:45 +00:00
Bruno BELANYI
2815b6cfa4
cgt-calc: fix build by backporting uv-build relaxation ( #541209 )
2026-07-13 06:54:07 +00:00
Arne Keller
19c53e4c6a
python3Packages.python-qube-heatpump: 1.11.2 -> 1.12.0 ( #540190 )
2026-07-13 06:51:08 +00:00
nixpkgs-ci[bot]
242390848a
rainfrog: 0.3.19 -> 0.3.20 ( #541320 )
2026-07-13 06:32:52 +00:00
nixpkgs-ci[bot]
507cfe180f
tigerbeetle: 0.17.8 -> 0.17.9 ( #540646 )
2026-07-13 06:32:41 +00:00
Pol Dellaiera
4fba5be20e
whipper: fix build ( #541321 )
2026-07-13 06:32:22 +00:00
dotlambda
561e1e4146
python3Packages.structlog: 25.5.0 -> 26.1.0 ( #541112 )
2026-07-13 06:26:12 +00:00
Jonas Heinrich
d5b12dca63
nixos/networkd-dispatcher: add warning when useNetworkd is not enabled ( #540080 )
2026-07-13 06:23:18 +00:00
Vladimír Čunát
547e748c7c
onlyoffice-documentserver: revert back to standard icu ( #541306 )
2026-07-13 06:23:07 +00:00
Pol Dellaiera
7725fd73ed
backrest: 1.13.0 -> 1.14.1 ( #540998 )
2026-07-13 06:08:45 +00:00
Gerhard Schwanzer
dcf3bad717
whipper: fix build
...
Pin setuptools 80 because whipper 0.10.0 imports pkg_resources,
which was removed in setuptools 82.
Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
2026-07-13 08:05:48 +02:00
Pol Dellaiera
f5677ba689
motus: 0.4.0 -> 0.5.0 ( #541318 )
2026-07-13 06:04:42 +00:00
R. Ryantm
d5b877ed10
rainfrog: 0.3.19 -> 0.3.20
2026-07-13 05:53:53 +00:00
Weijia Wang
df6cac9518
wxwidgets_3_2: 3.2.9 -> 3.2.11, wxwidgets_3_3: 3.3.2 -> 3.3.3.1 ( #497167 )
2026-07-13 05:53:37 +00:00
Benedikt Ritter
131549afe4
motus: 0.4.0 -> 0.5.0
2026-07-13 07:52:28 +02:00
Pol Dellaiera
a642fbddaf
diskonaut-ng: init at 0.13.2 ( #465532 )
2026-07-13 05:44:28 +00:00
dotlambda
fae94d33a5
python314Packages.vtherm-api: don't propagate home-assistant ( #541211 )
2026-07-13 04:45:52 +00:00
eymeric
5690096bbf
onlyoffice-documentserver: revert back to standard icu
...
Reverts onlyoffice-documentserver to use the standard icu version again (which is icu76/icu77) as nodejs reverted to icu77 again.
This keeps the robust symlinking/development header fix from f9f60a4 to facilitate any future overrides.
2026-07-13 11:08:16 +07:00
Gerhard Schwanzer
fb1098a45c
python314Packages.vtherm-api: don't propagate home-assistant
...
Home Assistant is the host application and is already provided by consumers. Keep it in nativeCheckInputs for the upstream tests and import check without adding the full application to the library closure.
Restrict the package to Home Assistant's Python version, matching homeassistant-stubs and avoiding unsupported cross-version check environments.
Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
2026-07-13 06:05:50 +02:00
nixpkgs-ci[bot]
6cdc7fc76e
nezha: 2.2.9 -> 2.2.10 ( #541253 )
2026-07-13 04:04:42 +00:00
nixpkgs-ci[bot]
6f4e377daf
picgo: 2.5.3 -> 3.0.0 ( #539811 )
2026-07-13 04:04:34 +00:00
Oleksii Filonenko
e2878bc635
mole-cleaner: init at 1.31.0 ( #502042 )
2026-07-13 03:38:57 +00:00
Ian Holloway
46ba397fff
mole-cleaner: init at 1.31.0
2026-07-13 04:33:04 +01:00
Adam C. Stephens
2128c6d784
claude-code: 2.1.206 -> 2.1.207 ( #540987 )
2026-07-13 03:19:08 +00:00
Masum Reza
d6922bf933
ananicy-rules-cachyos: 0-unstable-2026-06-24 -> 0-unstable-2026-07-11 ( #541106 )
2026-07-13 03:04:22 +00:00
nixpkgs-ci[bot]
9757373ee0
memtier-benchmark: 2.4.3 -> 2.4.4 ( #541278 )
2026-07-13 02:42:50 +00:00
nixpkgs-ci[bot]
0c4d5c056c
topgrade: fix Darwin build ( #541141 )
2026-07-13 02:42:41 +00:00
nixpkgs-ci[bot]
57239f4f97
gh-gei: 1.30.2 -> 1.30.3 ( #540574 )
2026-07-13 02:42:33 +00:00
Oleksii Filonenko
b5dae94de7
lulu: init at 4.3.1 ( #517792 )
2026-07-13 02:33:06 +00:00
Oleksii Filonenko
6c5cf0e203
license-plist: init at 3.27.7 ( #519335 )
2026-07-13 02:32:36 +00:00
Oleksii Filonenko
930928828a
yashiki: init at 0.14.0 ( #528221 )
2026-07-13 02:28:25 +00:00
Austin Horstman
a7dfe14355
wttrbar: 0.14.5 -> 0.15.0 ( #541279 )
2026-07-13 02:02:14 +00:00
Oleksii Filonenko
f6dfe7a9cd
container: 0.12.3 -> 1.0.0 ( #529773 )
2026-07-13 01:51:55 +00:00
Oleksii Filonenko
68796a0570
various: remove x86_64-darwin support ( #536516 )
2026-07-13 01:50:09 +00:00
Oleksii Filonenko
ef7229deb7
mas: 6.0.1 -> 7.0.0 ( #530592 )
2026-07-13 01:48:58 +00:00
Oleksii Filonenko
b0fae25a5e
notion-app: 4.24.0 -> 7.24.0 ( #538853 )
2026-07-13 01:47:22 +00:00
Oleksii Filonenko
d8d5b48354
openusage: init at 0.6.13 ( #507055 )
2026-07-13 01:46:05 +00:00