WinBox icon

WinBox 4.0beta35

Administration tool for MikroTik RouterOS

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    winbox # WinBox
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    winbox # WinBox
  ];
}

Package Definition

{
  "pname": "winbox",
  "version": "4.0beta35",
  "src": {
    "url": "https://download.mikrotik.com/routeros/winbox/4.0beta35/WinBox.dmg",
    "sha256": "15e504afd2a9bbdd8d0ceca9f229e94afc78db145ba076ff132dc1a384bdd52d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WinBox.app\" && cp -r \"WinBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Administration tool for MikroTik RouterOS",
    "homepage": "https://mikrotik.com/"
  }
}