sipgate icon

sipgate 2.11.3

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