Commit Graph

6 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
R. Ryantm
1c001acbb9 doppler: 3.69.0 -> 3.69.1 2024-09-13 07:20:31 +00:00
Paul Nicholson
1049aef047
doppler: fix build failure with shell completion (#326008)
Sets the HOME environment variable to a temporary dir, as the cli attempts to run a setup routine which creates a directory under the user's home

Fixes #325915

also fix cross-compilation
2024-07-22 19:48:39 +02:00
R. Ryantm
685006d54d doppler: 3.68.0 -> 3.69.0 2024-06-14 00:48:57 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00