evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / pb / pbm / package.nix
blob8a444311ffd63ad8200ef3e4883fde1ab99cd2e6
1 { buildDotnetGlobalTool, lib }:
3 buildDotnetGlobalTool {
4   pname = "pbm";
5   version = "1.3.2";
7   nugetHash = "sha256-xu3g8NFLZYnHzBuoIhIiAzaPJqY0xhLWLYi+ORRADH8=";
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   };