Commit Graph
976398 Commits
Author SHA1 Message Date
Martin Weinelt 760f43a69e nixos/firewall: disable refused connections logging
On any server on the internet this causes fast rotation of the kernel
ringbuffer, which makes more important message disappear from dmesg much
too quickly.
2026-04-08 01:40:45 +02:00
Gaétan LepageandGitHub 66848708d5 python3Packages.transformer-engine: init at 2.12 (#473703) 2026-04-06 23:35:25 +00:00
SandroandGitHub 4114e0e10c nexa: review fixes, drop ffmpeg support (#507360) 2026-04-06 23:32:36 +00:00
Gaétan LepageandGitHub aa351cfb8d uutils-coreutils: 0.7.0 -> 0.8.0 (#507379) 2026-04-06 23:19:50 +00:00
Nick CaoandGitHub 61853b1d6a python3Packages.flask-compress: 1.23 -> 1.24 (#506531) 2026-04-06 23:18:19 +00:00
Thiago Kenji OkadaandGitHub 2cb5c1e80b libretro.meteor: 0-unstable-2020-12-28 -> 0-unstable-2026-03-31 (#507406) 2026-04-06 23:14:47 +00:00
Thiago Kenji OkadaandGitHub e7063ce1e8 libretro.fbneo: 0-unstable-2026-03-28 -> 0-unstable-2026-04-06 (#507404) 2026-04-06 23:14:34 +00:00
Thiago Kenji OkadaandGitHub daefe6e3a1 libretro.mame: 0-unstable-2026-03-26 -> 0-unstable-2026-04-06 (#507398) 2026-04-06 23:14:18 +00:00
Gaetan Lepage 599f2b2817 uutils-coreutils: 0.7.0 -> 0.8.0
Diff: https://github.com/uutils/coreutils/compare/0.7.0...0.8.0

Changelog: https://github.com/uutils/coreutils/releases/tag/0.8.0
2026-04-06 23:07:26 +00:00
Gaétan LepageandGitHub 8769593bb8 python3Packages.unsloth: 2026.3.8 -> 2026.4.1 (#506250) 2026-04-06 23:02:53 +00:00
Gaetan Lepage a0f2a8a1ef python3Packages.transformer-engine: init at 2.12 2026-04-06 22:58:50 +00:00
Nick CaoandGitHub 8923b71eb4 python3Packages.python-ly: 0.9.9 -> 0.9.10 (#505871) 2026-04-06 22:58:27 +00:00
Nick CaoandGitHub 4d32e12f5c syncyomi: 1.1.4 -> 1.1.7 (#504447) 2026-04-06 22:56:16 +00:00
Philip TaronandGitHub 9bc7474da5 doc: document pkgs<theirHost><theirTarget> better (#506577) 2026-04-06 22:56:14 +00:00
Nick CaoandGitHub 5454924d53 mailpit: 1.29.4 -> 1.29.6 (#507266) 2026-04-06 22:50:03 +00:00
Nick CaoandGitHub 65ca196115 tagref: 1.10.0 -> 1.11.0 (#507260) 2026-04-06 22:48:16 +00:00
Nick CaoandGitHub 5725695b25 toast: 0.47.7 -> 0.48.0 (#507254) 2026-04-06 22:47:42 +00:00
Nick CaoandGitHub 09ef9a45fc python3Packages.vivisect: 1.3.0 -> 1.3.2 (#507314) 2026-04-06 22:46:33 +00:00
Nick CaoandGitHub 599c7fafdc aw-watcher-window-wayland: 0-unstable-2025-12-31 -> 0-unstable-2026-03-31 (#507310) 2026-04-06 22:45:41 +00:00
Nick CaoandGitHub 7bd6c7d236 jp-zip-codes: 0-unstable-2026-03-01 -> 0-unstable-2026-04-01 (#507292) 2026-04-06 22:45:14 +00:00
Nick CaoandGitHub 725c4028c4 go-containerregistry: 0.21.3 -> 0.21.4 (#507372) 2026-04-06 22:45:07 +00:00
Nick CaoandGitHub e1cbb420e3 smeagol: 0.5.0 -> 0.5.1 (#507363) 2026-04-06 22:43:57 +00:00
Hugo HerterandGaetan Lepage df5ff49c71 python3Packages.unsloth: 2026.3.8 -> 2026.4.1
https://github.com/unslothai/unsloth/releases/tag/2026.4.1

Propagate the hoh packaging cleanup that strips the AGPL-only CLI and
Studio sources from the Apache-licensed Python package, remove the
corresponding runtime-only dependencies, and add the cuda passthru alias
expected by the top-level test.
2026-04-06 22:43:39 +00:00
Hugo HerterandGaetan Lepage 4261ff3737 python3Packages.unsloth-zoo: 2026.3.4 -> 2026.4.2
https://pypi.org/project/unsloth-zoo/2026.4.2/

Update the declared runtime dependencies to match the new upstream
metadata, narrow the relaxed dependency bounds to the ones still needed
in nixpkgs, keep only the patch hunk that removes the hard runtime
requirement on unsloth, correct the package license metadata to
LGPL-3.0-or-later, disable the import check because importing
unsloth_zoo now touches torch.cuda and queries device memory at import
time, and add a GPU-only passthru smoke test for that import path.
2026-04-06 22:43:39 +00:00
Hugo HerterandGaetan Lepage a424a30387 python3Packages.trl: 0.27.0 -> 0.24.0
https://github.com/huggingface/trl/releases/tag/v0.24.0

Keep trl within the version range required by unsloth and unsloth-zoo,
retain the missing packaging and rich runtime dependencies, and keep
the package expression on finalAttrs.
2026-04-06 22:43:39 +00:00
Hugo HerterandGaetan Lepage d3f7baaad0 python3Packages.tyro: 1.0.10 -> 1.0.12
https://github.com/brentyi/tyro/releases/tag/v1.0.12

Drop obsolete runtime dependencies that upstream moved to optional extras,
keep the lightweight dev-only check inputs that are still exercised in
nixpkgs, document the wider terminal dimensions needed to keep the
argparse output tests stable, and keep only the one Python 3.13 test
skip that still reproduces in the Nix build environment.
2026-04-06 22:43:39 +00:00
Nick CaoandGitHub baf793835f railway-wallet: 5.24.16 -> 5.24.18 (#507349) 2026-04-06 22:43:15 +00:00
Nick CaoandGitHub 5ae5a2f6ed python3Packages.google-cloud-netapp: 0.8.0 -> 0.9.0 (#507401) 2026-04-06 22:42:35 +00:00
Nick CaoandGitHub 0a82a35e8d sandhole: 0.9.2 -> 0.9.3 (#507396) 2026-04-06 22:41:28 +00:00
Nick CaoandGitHub a5936bb8e5 wipeout-rewrite: 0-unstable-2026-03-21 -> 0-unstable-2026-03-31 (#507390) 2026-04-06 22:39:43 +00:00
Nick CaoandGitHub cb118f0f8c namespace-cli: 0.0.491 -> 0.0.493 (#507387) 2026-04-06 22:39:20 +00:00
R. Ryantm 3a8478e547 libretro.meteor: 0-unstable-2020-12-28 -> 0-unstable-2026-03-31 2026-04-06 22:36:53 +00:00
Nick CaoandGitHub 3b932f5c92 python3Packages.helion: 0.3.2 -> 1.0.0 (#507373) 2026-04-06 22:35:07 +00:00
dotlambdaandGitHub 359a67cd5a python3Packages.pytest-celery: 1.2.1 -> 1.3.0 (#498578) 2026-04-06 22:29:38 +00:00
R. Ryantm 062077c271 libretro.fbneo: 0-unstable-2026-03-28 -> 0-unstable-2026-04-06 2026-04-06 22:22:01 +00:00
Gaetan Lepage adf584d044 python3Packages.helion: 0.3.2 -> 1.0.0
Diff: https://github.com/pytorch/helion/compare/v0.3.2...v1.0.0

Changelog: https://github.com/pytorch/helion/releases/tag/v1.0.0
2026-04-06 22:13:52 +00:00
R. Ryantm d7be75f224 python3Packages.google-cloud-netapp: 0.8.0 -> 0.9.0 2026-04-06 22:12:15 +00:00
Nick CaoandGitHub 03165ffffb gcfflasher: 4.12.0 -> 4.12.1 (#507048) 2026-04-06 22:11:55 +00:00
Nick CaoandGitHub b7787ae86f aws-lambda-rie: 1.33 -> 1.35 (#507037) 2026-04-06 22:11:19 +00:00
Nick CaoandGitHub 15dc8f8f03 millisecond: 0.2.0 -> 0.2.1 (#507137) 2026-04-06 22:10:16 +00:00
Fabian AffolterandGitHub 316b72938b past-time: 0.3.1 -> 0.4.0 (#507381) 2026-04-06 22:10:12 +00:00
Fabian AffolterandGitHub c8c482e608 mqtt-randompub: 0.3.0 -> 0.4.0 (#507384) 2026-04-06 22:09:56 +00:00
Nick CaoandGitHub bf45d48193 gitnr: 0.2.2 -> 0.3.0 (#507131) 2026-04-06 22:02:30 +00:00
Nick CaoandGitHub f220e8b985 vscode-extensions.stylelint.vscode-stylelint: 2.2.0 -> 2.2.1 (#507123) 2026-04-06 22:01:50 +00:00
Nick CaoandGitHub ec783e423e python3Packages.torchao: 0.16.0 -> 0.17.0; python3Packages.executorch: 1.0.1 -> 1.2.0 (#493844) 2026-04-06 22:01:05 +00:00
nixpkgs-ci[bot]andGitHub 2fff8e6724 rio: 0.2.37 -> 0.3.1 (#506891) 2026-04-06 22:00:28 +00:00
dotlambdaandGitHub 8f223430f1 python3Packages.dbt-protos: 1.0.434 -> 1.0.455 (#498517) 2026-04-06 22:00:10 +00:00
R. Ryantm 82a0220b5f libretro.mame: 0-unstable-2026-03-26 -> 0-unstable-2026-04-06 2026-04-06 21:58:11 +00:00
R. Ryantm a0058c9f80 sandhole: 0.9.2 -> 0.9.3 2026-04-06 21:57:23 +00:00
Nick CaoandGitHub 49e64bc6bf bazel-watcher: 0.28.1 -> 0.29.0 (#507098) 2026-04-06 21:56:31 +00:00