Skype Preview icon

Skype Preview 8.138.76.213

Video chat, voice call and instant messaging application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "skype_preview",
  "version": "8.138.76.213",
  "src": {
    "url": "https://download.skype.com/s4l/download/mac/Skype-8.138.76.213.dmg",
    "sha256": "bcabdf7459afd3e0876577482058e76584d60f8bfe411bed5de9cf14d81d2a23"
  },
  "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/en/insider/"
  }
}