Unverified Commit 9b8cec7b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #272806 from zoriya/init-csharpier

 csharpier: init at 0.26.4 
parents d0fe73a2 8f18726e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20919,6 +20919,12 @@
    githubId = 81353;
    name = "Alexandre Macabies";
  };
  zoriya = {
    email = "zoe.roux@zoriya.dev";
    github = "zoriya";
    githubId = 32224410;
    name = "Zoe Roux";
  };
  zowoq = {
    github = "zowoq";
    githubId = 59103226;
+18 −0
Original line number Diff line number Diff line
{ buildDotnetGlobalTool, lib }:

buildDotnetGlobalTool {
  pname = "csharpier";
  version = "0.27.0";
  executables = "dotnet-csharpier";

  nugetSha256 = "sha256-aI8sZoUXAA/bOn7ITMkBFXHeTVRm9O/qX+bWfOKwRDs=";

  meta = with lib; {
    description = "An opinionated code formatter for C#";
    homepage = "https://csharpier.com/";
    changelog = "https://github.com/belav/csharpier/blob/main/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ zoriya ];
    mainProgram = "dotnet-csharpier";
  };
}