Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / fa / fantomas / package.nix
blob555be83258262f2b1ec0ad91ae9e80c1a9a47d1d
1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
4   pname = "fantomas";
5   version = "6.3.10";
7   nugetHash = "sha256-2m4YevDp9CRm/Ci2hguDXd6DUMElRg3hNAne9LHntWM=";
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   };