sipgate icon

sipgate 2.29.17

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.29.17",
  "src": {
    "url": "https://s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/sipgate-2.29.17.zip",
    "sha256": "97598326f128b1d1d25b56c6e5fa0ef436493cb6849bd75d2d7898eaaad5b0f4"
  },
  "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"
  }
}