pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / by-name / fa / fantomas / package.nix
blob050330f49fac4dd11fef5273008fbcd39872eaa6
1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
4   pname = "fantomas";
5   version = "6.3.16";
7   nugetHash = "sha256-4tRdYf+/Q1iedx+DDuIKVGlIWQdr6erM51VdKzZkhCs=";
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   };