sipgate icon

sipgate 2.11.6

Softphone for making telephone calls over the internet

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sipgate",
  "version": "2.11.6",
  "src": {
    "url": "https://s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/sipgate-2.11.6.zip",
    "sha256": "d7cbeed8ce1c17fdd5aa50b5c706d1662d8b4ef229200edad901cf05c3fe5cd1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/sipgate.app\" && cp -r \"sipgate.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Softphone for making telephone calls over the internet",
    "homepage": "https://www.sipgate.de/app"
  }
}