6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-5pUFj3K4yH/M8F+ZpCHFO3gEfxQ4pwxRa6uJbejrQxQ=";
17 cargoHash = "sha256-6S6NyX2hmkekgpuLaBjBxoybnqJpJXtqelJ+6YzxA0I=";
20 description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";
21 mainProgram = "nerdfix";
22 homepage = "https://github.com/loichyan/nerdfix";
23 changelog = "https://github.com/loichyan/nerdfix/blob/${src.rev}/CHANGELOG.md";
24 license = with licenses; [ asl20 mit ];
25 maintainers = with maintainers; [ figsoda ];