csharpier: 0.30.6 -> 1.0.2 (#413857)

* csharpier: 0.30.6 -> 1.0.2

* fix meta
This commit is contained in:
Thomas Laich
2025-06-12 15:07:44 +02:00
committed by GitHub
parent 15cdc3846d
commit dd5c207ebf

View File

@@ -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";
};
}