Skype icon

Skype 8.138.0.214

Video chat, voice call and instant messaging application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "skype",
  "version": "8.138.0.214",
  "src": {
    "url": "https://download.skype.com/s4l/download/mac/Skype-8.138.0.214.dmg",
    "sha256": "4eb86572171ebe9e151efea99593a7fd30e342b2d163a4f058ca4b53790ce65e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Skype.app\" && cp -r \"Skype.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Video chat, voice call and instant messaging application",
    "homepage": "https://www.skype.com/"
  }
}