Skype icon

Skype 8.138.0.203

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.203",
  "src": {
    "url": "https://download.skype.com/s4l/download/mac/Skype-8.138.0.203.dmg",
    "sha256": "746d0e44f705e978663b4ab40727ea6dd148ea08b412c0cb010e3c8344229cd4"
  },
  "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/"
  }
}