Merge pull request #262090 from MikaelFangel/init-fantomas

fantomas: init at 6.2.2

authored by

Weijia Wang and committed by
GitHub
df3f5cc0 6fbf2aec

+17
+17
pkgs/by-name/fa/fantomas/package.nix
··· 1 + { buildDotnetGlobalTool, lib }: 2 + 3 + buildDotnetGlobalTool { 4 + pname = "fantomas"; 5 + version = "6.2.2"; 6 + 7 + nugetSha256 = "sha256-r5F44iwAV3QSeh3TyGTVhrN2oL4A68eD5dKiz/VnwdI="; 8 + 9 + meta = with lib; { 10 + description = "F# source code formatter"; 11 + homepage = "https://github.com/fsprojects/fantomas"; 12 + license = licenses.asl20; 13 + platforms = platforms.linux; 14 + maintainers = with maintainers; [ mikaelfangel ]; 15 + mainProgram = "fantomas"; 16 + }; 17 + }