at 24.11-pre 18 lines 553 B view raw
1{ buildDotnetGlobalTool, lib }: 2 3buildDotnetGlobalTool { 4 pname = "pbm"; 5 version = "1.3.2"; 6 7 nugetSha256 = "sha256-xu3g8NFLZYnHzBuoIhIiAzaPJqY0xhLWLYi+ORRADH8="; 8 9 meta = with lib; { 10 description = "CLI for managing Akka.NET applications and Akka.NET Clusters"; 11 homepage = "https://cmd.petabridge.com/index.html"; 12 changelog = "https://cmd.petabridge.com/articles/RELEASE_NOTES.html"; 13 license = licenses.unfree; 14 platforms = platforms.linux; 15 maintainers = with maintainers; [ anpin mdarocha ]; 16 mainProgram = "pbm"; 17 }; 18}