Commit Graph
1031677 Commits
Author SHA1 Message Date
Jonathan Davies 1eb294c191 nixos/apache-kafka: drop ZooKeeper test mode 2026-07-07 16:57:27 +01:00
Jonathan Davies 861c754c69 apacheKafka: 4_0: drop 2026-07-07 16:57:25 +01:00
Jonathan Davies bdd8d880ac apacheKafka: 3_9: drop 2026-07-07 16:57:24 +01:00
Jonathan Davies 3c1a27df59 apacheKafka: 4_3: init at 4.3.1 2026-07-07 16:57:23 +01:00
Philip TaronandGitHub 6058d18ccd ci/eval: add opt-in instruction counting using perf (#538429) 2026-07-07 15:48:21 +00:00
Jonathan Davies 012b74eb48 apacheKafka: 4_2: 4.2.0 → 4.2.1 2026-07-07 16:48:04 +01:00
Martin WeineltandGitHub 868bedc5ba Django: 5.2.15 -> 5.2.16; 6.0.6 -> 6.0.7 (#539304) 2026-07-07 15:40:58 +00:00
Gaetan Lepage 2adf6d055f python3Packages.opensfm: 0.5.1-unstable-2026-05-04 -> odm-4-unstable-2026-07-01
Changelog: https://github.com/mapillary/OpenSfM/blob/a677b6f0648ff3caf439aebbe9aad0ca8abc175b/CHANGELOG.md
2026-07-07 15:39:34 +00:00
Gaetan Lepage 1b6bdba19e python3Packages.opensfm: cleanup 2026-07-07 15:38:48 +00:00
Stefan FrijtersandGitHub b771e6213c scx.{csheds, rustscheds}: move EXPECTED_SCHEDULERS into env (#539267) 2026-07-07 15:34:40 +00:00
R. Ryantm 44b6e9c5d2 chromium-hsts-preload-list: 151.0.7891.2 -> 152.0.7937.0 2026-07-07 15:31:46 +00:00
R. Ryantm 94de78726c sequoia-sqv: 1.4.0 -> 1.5.0 2026-07-07 15:28:19 +00:00
mulatta 8d5dd8c60e documenso: 1.12.6 -> 2.14.0
Assisted-by: OpenAI ChatGPT (GPT-5)
2026-07-08 00:18:31 +09:00
Philip TaronandGitHub 7f0af50212 ci/treefmt: add gitMinimal for treefmt (#539198) 2026-07-07 15:18:21 +00:00
isabelandGitHub 997422b168 gh-pr-review: init at 1.6.2 (#539160) 2026-07-07 15:16:11 +00:00
nixpkgs-ci[bot]andGitHub ef0f78ee25 otree: 0.6.5 -> 0.7.1 (#539243) 2026-07-07 15:14:21 +00:00
nixpkgs-ci[bot]andGitHub 185bf38ac5 typos: 1.47.2 -> 1.48.0 (#539242) 2026-07-07 15:14:20 +00:00
nixpkgs-ci[bot]andGitHub 106341fde6 exploitdb: 2026-06-09 -> 2026-07-07 (#539192) 2026-07-07 15:14:08 +00:00
liberodark 64ae8ff6da bambu-studio: 02.05.00.67 -> 02.08.00.50 2026-07-07 17:12:06 +02:00
Austin HorstmanandGitHub c98f447ac6 nufmt: 0-unstable-2026-05-24 -> 0-unstable-2026-07-05 (#539287) 2026-07-07 15:06:28 +00:00
Doron Behar 1f4df0d3f7 gh-pr-review: init at 1.6.2
https://github.com/agynio/gh-pr-review

Assisted-by: nix-init
2026-07-07 18:04:24 +03:00
h7x4andGitHub dfc3f3f7c9 zsteg: 0.2.13 -> 0.2.14 (#538082) 2026-07-07 15:04:09 +00:00
Martin Weinelt 4dea9ea7c2 python3Packages.django_5: 5.2.15 -> 5.2.16
https://docs.djangoproject.com/en/5.2/releases/5.2.16/
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/

Fixes: CVE-2026-48588, CVE-2026-53877, CVE-2026-53878
2026-07-07 17:03:09 +02:00
Martin Weinelt d033813d9b python3Packages.django_6: 6.0.6 -> 6.0.7
https://docs.djangoproject.com/en/6.0/releases/6.0.7/
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/

Fixes: CVE-2026-48588, CVE-2026-53877, CVE-2026-53878
2026-07-07 17:02:49 +02:00
Heitor AugustoandGitHub 56af296e5d xdg-desktop-portal-cosmic: migrate from make to just (#539268) 2026-07-07 15:02:00 +00:00
Kerstin HummandGitHub 918e3481da radicale: 3.7.5 -> 3.7.6 (#539193) 2026-07-07 14:59:41 +00:00
R. Ryantm 991a91afd1 thunderbird-latest-bin-unwrapped: 152.0 -> 152.0.1 2026-07-07 14:55:55 +00:00
Oleksii Filonenko 4cbafcce37 nix-auth: init at 0.1.0
https://github.com/numtide/nix-auth

Assisted-by: nix-init
2026-07-07 15:54:30 +01:00
Zexin Yuananddaef f1a5c7062a meshlab: fix launch failure with EGL-only glew
meshlab renders through Qt's xcb platform, which creates a GLX context
and calls glewInit() against it. Since the glew 2.2.0 -> 2.3.1 upgrade
(#526521) dropped Arch's egl+glx coexistence patch, the default
EGL-enabled glew is built EGL-only (no GLX dispatch table), so
glewInit can't read GL_VERSION and meshlab fails to launch with
"GLEW initialization failed: Missing GL version".

Use a GLX-capable glew (enableEGL = false), matching the workaround
already used by openscad and rpcs3.

Resolves #531470

Co-authored-by: daef <daef@sourcemonk.com>
Assisted-by: Claude-Code:GLM-5.2
2026-07-07 22:53:39 +08:00
Yohann BonifaceandGitHub 515b486102 python313Packages.bilibili-api-python: drop (#539286) 2026-07-07 14:52:42 +00:00
R. Ryantm 49987db5c4 openrct2: 0.5.2 -> 0.5.3 2026-07-07 14:50:15 +00:00
Eman Resu 3fbb3ae435 ci/eval: add opt-in instruction counting using perf
Currently unused in comparisons - just collecting the data for
future use.
2026-07-07 10:48:38 -04:00
Sizhe Zhao fe63e15b38 nixos/doc/rl-2611: add alps 2026-07-07 22:47:01 +08:00
Sizhe Zhao f504346df9 doc/rl-2611: add alps 2026-07-07 22:46:36 +08:00
Sizhe Zhao c6679e3b10 nixosTests.alps: update 2026-07-07 22:45:59 +08:00
Sizhe Zhao b0f64c4928 nixos/alps: update 2026-07-07 22:45:59 +08:00
Sizhe Zhao 4f33a4cf63 alps: 2022-10-18 -> 1 2026-07-07 22:45:59 +08:00
Moraxyc 91a4f75f20 python313Packages.bilibili-api-python: drop, source unavailable 2026-07-07 22:45:30 +08:00
R. Ryantm 67ddb3f74b nu_scripts: 0-unstable-2026-06-03 -> 0-unstable-2026-07-02 2026-07-07 14:42:07 +00:00
R. Ryantm 1bd86dabb6 python3Packages.trino-python-client: 0.337.0 -> 0.338.0 2026-07-07 14:41:24 +00:00
SandroandGitHub fa5b5acb16 playerctl: unbreak on darwin (#527306) 2026-07-07 14:37:10 +00:00
Perchun Pak 9a8499293b equibop: 3.2.0 -> 3.2.1 2026-07-07 16:35:38 +02:00
isabelandGitHub f5c20b2ca5 cmake: remove unused fix-curl-8.16 patch (#539256) 2026-07-07 14:35:35 +00:00
SandroandGitHub 6527602200 fast: init at 0-unstable-2026-07-01 (#538022) 2026-07-07 14:35:16 +00:00
Gaetan Lepage 577b3ec8cd python3Packages.sagemaker-mlflow: 0.4.0 -> 0.5.0
Diff: https://github.com/aws/sagemaker-mlflow/compare/v0.4.0...v0.5.0

Changelog: https://github.com/aws/sagemaker-mlflow/releases/tag/v0.5.0
2026-07-07 14:34:43 +00:00
SandroandGitHub 2028d0c377 matrix-tuwunel: 1.7.1 -> 1.8.0 (#537093) 2026-07-07 14:34:41 +00:00
SandroandGitHub f117000e5e worktrunk-sync: init at 0.1.2 (#538225) 2026-07-07 14:34:00 +00:00
R. Ryantm a8b1e8fe0f display3d: 0.2.2 -> 0.2.3 2026-07-07 14:33:03 +00:00
Cosima NeidahlandGitHub f283c09e7c {lomiri,lomiri-qt6}.lomiri-action-api: 1.2.1 -> 1.2.2 (#534061) 2026-07-07 14:30:53 +00:00
R. Ryantm a74e04df9f nufmt: 0-unstable-2026-05-24 -> 0-unstable-2026-07-05 2026-07-07 14:24:51 +00:00