Commit Graph

2425 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
357f951b4b Merge staging-next into staging 2026-08-18 06:09:03 +00:00
Oleksii Filonenko
6299997804 mise: 2026.8.3 -> 2026.8.6 (#553570) 2026-08-18 02:10:27 +00:00
nixpkgs-ci[bot]
32e2305704 Merge staging-next into staging 2026-08-18 00:11:41 +00:00
Weijia Wang
ab31385b81 minizinc-ide: 2.9.7 -> 2.10.0 (#544904) 2026-08-17 22:17:48 +00:00
Nick Cao
126b35cda2 minio-warp: 1.5.0 -> 1.6.1 (#553207) 2026-08-17 20:31:07 +00:00
Weijia Wang
0ea2463df8 mieru: 3.34.0 -> 3.35.0 (#540583) 2026-08-17 19:29:23 +00:00
Jakub Kozłowski
ab9d881681 mill: 1.1.7 -> 1.1.8, rework update script (#552787) 2026-08-17 19:17:06 +00:00
Weijia Wang
e9e9c390b9 micronaut: 4.10.9 -> 5.1.0 (#500269) 2026-08-17 18:25:55 +00:00
Konrad Malik
c834d2707e mise: 2026.8.3 -> 2026.8.6 2026-08-17 10:32:43 +02:00
nixpkgs-ci[bot]
52f51ae1e3 Merge staging-next into staging 2026-08-17 00:11:20 +00:00
nixpkgs-ci[bot]
52e200a006 mihomo: 1.19.29 -> 1.19.30 (#553327) 2026-08-16 18:40:29 +00:00
nixpkgs-ci[bot]
953a280e8f Merge staging-next into staging 2026-08-16 18:04:35 +00:00
Weijia Wang
f063f3d99c millipixels: 0.23.0 -> 0.24.0 (#515967) 2026-08-16 17:53:41 +00:00
R. Ryantm
6d9d695973 mihomo: 1.19.29 -> 1.19.30 2026-08-16 13:41:20 +00:00
nixpkgs-ci[bot]
48eb8a54be Merge staging-next into staging 2026-08-16 12:05:42 +00:00
Weijia Wang
96e47f66ed millet: 0.14.9 -> 0.15.2 (#511995) 2026-08-16 11:04:34 +00:00
Gergő Gutyina
b889cd83e0 mindustry: remove @chkno and @TheKostins from maintainers (#550830) 2026-08-16 10:39:32 +00:00
R. Ryantm
448de94bdf micronaut: 4.10.9 -> 5.1.0 2026-08-16 10:11:59 +02:00
R. Ryantm
479a1e0657 minio-warp: 1.5.0 -> 1.6.1 2026-08-16 04:28:44 +00:00
nixpkgs-ci[bot]
9c807254a3 Merge staging-next into staging 2026-08-16 00:11:56 +00:00
Weijia Wang
c58e6ef184 minicom: 2.10 -> 2.11.1 (#493303) 2026-08-15 22:11:25 +00:00
nixpkgs-ci[bot]
92f9f35cc2 Merge staging-next into staging 2026-08-15 00:11:48 +00:00
Gaetan Lepage
c5811ac1d4 mistral-rs: 0.9.0 -> 0.9.1
Diff: https://github.com/EricLBuehler/mistral.rs/compare/v0.9.0...v0.9.1

Changelog: https://github.com/EricLBuehler/mistral.rs/releases/tag/v0.9.1
2026-08-14 21:23:37 +00:00
Vladyslav Pekker
142941fdcf mill: require Java 17 or newer
The daemon mill starts is Java 17 bytecode. Upstream saying it "supports
every JVM version from 11 onward" is about the JVMs a build may target,
not the one mill itself runs on.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:06 -03:00
Vladyslav Pekker
867a1a78a3 mill: pin JAVA_HOME rather than defaulting it
--set-default left an ambient JAVA_HOME in charge, so overriding jre had
no effect on the daemon mill starts. Also switches to jre.home, which is
the attribute meant for this, and to lib.makeBinPath for the PATH entry.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:06 -03:00
Vladyslav Pekker
cb59e51d99 mill: 1.1.7 -> 1.1.8
Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:06 -03:00
Vladyslav Pekker
bb281ebb7c mill: rework update script
It called nix-prefetch-url and `nix hash convert` without nix on its
pinned PATH, so it only worked through the ambient PATH it appended.

It also rewrote package.nix once per platform with no way back, so a
failure on the second or third left the file half updated. It now restores
the file unless the whole run succeeds, refuses to downgrade, passes
--fail to curl, honours $UPDATE_NIX_ATTR_PATH and supports the `commit`
updateScript feature. writeShellApplication runs shellcheck over it at
build time.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:06 -03:00
Vladyslav Pekker
80ecba1f7f mill: collapse the platform tables
The artifact suffix, the hash and meta.platforms were three lists of the
same three systems that had to agree by hand; the update script iterated
meta.platforms and threw if a system was missing from the suffix table.
They are now one table, with meta.platforms derived from it.

The legacy sha256 attribute held SRI values, so it becomes hash.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:06 -03:00
Vladyslav Pekker
627407680b mill: add changelog to meta
Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:05 -03:00
Vladyslav Pekker
c7669ff9c0 mill: fix preferLocalBuild typo
It was spelled preferLocal, which Nix does not recognise, so it reached
the derivation as an inert environment variable and the comment above it
never took effect.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:05 -03:00
Vladyslav Pekker
71f437dc50 mill: add agilesteel as maintainer
Assisted-by: Claude Code (Claude Opus 5)
2026-08-14 18:01:05 -03:00
nixpkgs-ci[bot]
b50ee340e0 Merge staging-next into staging 2026-08-14 00:23:05 +00:00
Nick Cao
e6d129ecb7 minijinja: 2.22.0 -> 2.24.0 (#552151) 2026-08-13 20:32:48 +00:00
Nick Cao
33b9ee66cf minify: 2.24.14 -> 2.24.17 (#552241) 2026-08-13 20:27:39 +00:00
nixpkgs-ci[bot]
f66de93f85 Merge staging-next into staging 2026-08-13 18:18:57 +00:00
Peder Bergebakken Sundt
946bc471b5 minizign: 0.1.7 -> 0.1.13 (#549808) 2026-08-13 17:55:00 +00:00
K900
3ce38a8ae4 Merge remote-tracking branch 'origin/staging-next' into staging 2026-08-13 15:25:51 +03:00
R. Ryantm
f0f3c64192 minify: 2.24.14 -> 2.24.17 2026-08-13 10:37:22 +00:00
Felix Singer
f215f8a8d2 microcode-intel: 20260811 -> 20260812
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2026-08-13 11:50:20 +02:00
R. Ryantm
1a758c753b minijinja: 2.22.0 -> 2.24.0 2026-08-13 06:58:41 +00:00
zowoq
062b66ad61 mimalloc: 3.3.2 -> 3.4.5 (#542145) 2026-08-13 03:02:01 +00:00
Peder Bergebakken Sundt
a27ad1f005 microbin: 2.0.4 -> 2.1.4 (#551188) 2026-08-12 15:44:02 +00:00
nixpkgs-ci[bot]
3f1553524a miller: 6.20.2 -> 6.21.0 (#551247) 2026-08-12 14:41:22 +00:00
Oleksii Filonenko
850f95e01c mise: 2026.7.17 -> 2026.8.3 (#551227) 2026-08-12 10:57:25 +00:00
R. Ryantm
dca9cff0db miriway: 26.06.3 -> 26.08 2026-08-12 09:12:50 +00:00
nixpkgs-ci[bot]
42423ff948 microcode-intel: 20260512 -> 20260811 (#551694) 2026-08-12 05:20:07 +00:00
nixpkgs-ci[bot]
c9f1ecd2aa mirrord: 3.243.0 -> 3.246.0 (#551356) 2026-08-12 02:11:27 +00:00
R. Ryantm
3163e8b153 microcode-intel: 20260512 -> 20260811 2026-08-12 00:28:56 +00:00
nixpkgs-ci[bot]
ad4100118f mixing-station: 3.0.1 -> 3.1.3 (#538629) 2026-08-11 12:26:25 +00:00
R. Ryantm
58abfa5c4a mimalloc: 3.3.2 -> 3.4.5 2026-08-11 11:18:07 +00:00