pbm: init at 1.3.1

This commit is contained in:
mdarocha 2023-06-20 17:19:31 +02:00
parent 3408b40fb5
commit 00038e264e
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{ 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 ];
};
}

View File

@ -808,6 +808,8 @@ with pkgs;
fsautocomplete = callPackage ../development/tools/fsautocomplete { };
pbm = callPackage ../tools/admin/pbm { };
dotnetenv = callPackage ../build-support/dotnet/dotnetenv {
dotnetfx = dotnetfx40;
};