CSharpier 0.27.2 -> 0.28.2
This commit is contained in:
parent
848c9745a7
commit
5351d0a5cb
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
buildDotnetGlobalTool {
|
buildDotnetGlobalTool {
|
||||||
pname = "csharpier";
|
pname = "csharpier";
|
||||||
version = "0.27.2";
|
version = "0.28.2";
|
||||||
executables = "dotnet-csharpier";
|
executables = "dotnet-csharpier";
|
||||||
|
|
||||||
nugetSha256 = "sha256-P4v4h09FuisIry9B/6batrG0CpLqnrkxnlk1yEd1JbY=";
|
nugetSha256 = "sha256-fXyE25niM80pPXCLC80Hm9XEHGUMx0XZOMxdVoA0h18=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An opinionated code formatter for C#";
|
description = "An opinionated code formatter for C#";
|
||||||
|
|
Loading…
Reference in a new issue