hanko: add updateScript (#372233)
[NixPkgs.git] / pkgs / by-name / fa / fantomas / package.nix
blobc0142b6ba85d428405a4983fef768440582af47e
1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
4   pname = "fantomas";
5   version = "7.0.0";
7   nugetHash = "sha256-v4bXmvjZOYxl5RSIHuqVfDzBQdRz5SrmzZtD6SeEYTY=";
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 ++ platforms.darwin;
14     maintainers = with maintainers; [ mikaelfangel ];
15     mainProgram = "fantomas";
16   };