Commit 00038e26 authored by mdarocha's avatar mdarocha
Browse files

pbm: init at 1.3.1

parent 3408b40f
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
{ buildDotnetGlobalTool, lib }:

buildDotnetGlobalTool {
  pname = "pbm";
  version = "1.3.1";

  nugetSha256 = "sha256-ZG2HFyKYhVNVYd2kRlkbAjZJq88OADe3yjxmLuxXDUo=";

  meta = with lib; {
    description = "CLI for managing Akka.NET applications and Akka.NET Clusters.";
    homepage = "https://cmd.petabridge.com/index.html";
    changelog = "https://cmd.petabridge.com/articles/RELEASE_NOTES.html";
    license = licenses.unfree;
    platforms = platforms.linux;
    maintainers = with maintainers; [ anpin mdarocha ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -808,6 +808,8 @@ with pkgs;
  fsautocomplete = callPackage ../development/tools/fsautocomplete { };
  pbm = callPackage ../tools/admin/pbm { };
  dotnetenv = callPackage ../build-support/dotnet/dotnetenv {
    dotnetfx = dotnetfx40;
  };