stdenv: fix documentation for stripAllFlags and stripDebugFlags (#352127)
[NixPkgs.git] / pkgs / by-name / cs / csharpier / package.nix
blob7bc0c0d26a9d4c149a4d9154c9c986cec11d73a8
1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
4   pname = "csharpier";
5   version = "0.30.2";
6   executables = "dotnet-csharpier";
8   nugetHash = "sha256-MrpsVlIYyrlu3VvEPcLQRgD2lhfu8ZTN3pUZrZ9nQcA=";
10   meta = with lib; {
11     description = "Opinionated code formatter for C#";
12     homepage = "https://csharpier.com/";
13     changelog = "https://github.com/belav/csharpier/blob/main/CHANGELOG.md";
14     license = licenses.mit;
15     maintainers = with maintainers; [ zoriya ];
16     mainProgram = "dotnet-csharpier";
17   };