1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

3 commits

Author SHA1 Message Date
nicoo 2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
tljuniper afd564a3e6 bmaptool: 3.6 -> 3.8.0 2024-08-05 11:59:37 +02:00
tljuniper 252b66e187 bmap-tools: Replace with bmaptool
bmap-tools (https://github.com/intel/bmap-tools) has been archived in
April 2024 and marked as moved to yoctoproject/bmaptool
(https://github.com/yoctoproject/bmaptool).

This renames the file (while migrating to all-packages) and adds an alias.
2024-08-05 11:55:12 +02:00