Telegram for macOS icon

Telegram for macOS 11.12,273174

Messaging app with a focus on speed and security

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    telegram # Telegram for macOS
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    telegram # Telegram for macOS
  ];
}

Package Definition

{
  "pname": "telegram",
  "version": "11.12,273174",
  "src": {
    "url": "https://osx.telegram.org/updates/Telegram-11.12.273174.app.zip",
    "sha256": "a1e95c4b643b5b246a87ae622e19a9d0c4132952125eef83c39c604c85aa5128"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Telegram.app\" && cp -r \"Telegram.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Messaging app with a focus on speed and security",
    "homepage": "https://macos.telegram.org/"
  }
}