csharpier: 0.30.6 -> 1.0.2 (#413857)
* csharpier: 0.30.6 -> 1.0.2 * fix meta
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
buildDotnetGlobalTool {
|
||||
pname = "csharpier";
|
||||
version = "0.30.6";
|
||||
executables = "dotnet-csharpier";
|
||||
version = "1.0.2";
|
||||
executables = "csharpier";
|
||||
|
||||
nugetHash = "sha256-A39F3ohTHZo8yYoyBOAUeW0bk98Za74Esz0Tx0tXgDI=";
|
||||
nugetHash = "sha256-FPcdTWhdIhl0MgOsWcCzgzLyHFyz0szLYQUBUFoe3Cs=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Opinionated code formatter for C#";
|
||||
@@ -13,6 +13,6 @@ buildDotnetGlobalTool {
|
||||
changelog = "https://github.com/belav/csharpier/blob/main/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zoriya ];
|
||||
mainProgram = "dotnet-csharpier";
|
||||
mainProgram = "csharpier";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user