Commit Graph

17 Commits

Author SHA1 Message Date
R. Ryantm
6090986697 b3sum: 1.8.4 -> 1.8.5 2026-04-25 06:23:15 +00:00
R. Ryantm
f04e9e47e9 b3sum: 1.8.3 -> 1.8.4 2026-03-30 21:11:35 +00:00
Gergő Gutyina
2510a47d51 maintainers: drop ivan (#493481) 2026-03-04 09:00:47 +00:00
Jonathan Davies
c1b7477b5d b3sum: Use finalAttrs 2026-02-25 23:29:15 +00:00
Jonathan Davies
0b80569b40 b3sum: Add versionCheckHook 2026-02-25 23:29:06 +00:00
Marcin Serwin
bdc271151e maintainers: drop ivan
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-24 00:35:46 +01:00
R. Ryantm
ec0bb8d0df b3sum: 1.8.2 -> 1.8.3 2026-01-08 20:52:24 +00:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
f27d43e1e4 b3sum: 1.8.0 -> 1.8.2 2025-04-26 22:12:55 +02:00
R. Ryantm
6f6d4aa9e9 b3sum: 1.7.0 -> 1.8.0 2025-03-31 06:51:01 +00:00
Franz Pletz
f228380ea8 b3sum: 1.6.1 -> 1.7.0 2025-03-19 01:15:10 +01:00
R. Ryantm
bb21d03a82 b3sum: 1.6.0 -> 1.6.1 2025-03-03 02:42:31 +00:00
R. Ryantm
ab44f18e21 b3sum: 1.5.5 -> 1.6.0 2025-02-18 01:10:58 +00:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
R. Ryantm
9be8bd417b b3sum: 1.5.4 -> 1.5.5 2024-11-27 13:34:52 +00:00
R. Ryantm
d74e99d982 b3sum: 1.5.3 -> 1.5.4 2024-08-20 01:26:29 +00:00
Franz Pletz
46105631a7 b3sum: move to by-name 2024-07-21 21:02:25 +02:00