Amazon Chime icon

Amazon Chime 5.23.22318

Communications service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    amazon-chime # Amazon Chime
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    amazon-chime # Amazon Chime
  ];
}

Package Definition

{
  "pname": "amazon-chime",
  "version": "5.23.22318",
  "src": {
    "url": "https://clients.chime.aws/mac-nme/AmazonChime-5.23.22318.dmg",
    "sha256": "fb3631632977f359cd55554530bf55c65e121c6be172f101cdd9396ee9307b94"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amazon Chime.app\" && cp -r \"Amazon Chime.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Communications service",
    "homepage": "https://chime.aws/"
  }
}