Skype Preview icon

Skype Preview 8.150.76.125

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.150.76.125",
  "src": {
    "url": "https://download.skype.com/s4l/download/mac/Skype-8.150.76.125.dmg",
    "sha256": "087789265cb1d2947032613358b274c73ddafd87b3e65fce033b23e301621e90"
  },
  "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/"
  }
}