Unverified Commit 30d20fbc authored by Mikael Fangel's avatar Mikael Fangel
Browse files

fantomas: init at 6.2.2

parent e3ea7954
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
{ buildDotnetGlobalTool, lib }:

buildDotnetGlobalTool {
  pname = "fantomas";
  version = "6.2.2";

  nugetSha256 = "sha256-r5F44iwAV3QSeh3TyGTVhrN2oL4A68eD5dKiz/VnwdI=";

  meta = with lib; {
    description = "F# source code formatter";
    homepage = "https://github.com/fsprojects/fantomas";
    license = licenses.asl20;
    platforms = platforms.linux;
    maintainers = with maintainers; [ mikaelfangel ];
    mainProgram = "fantomas";
  };
}