Egnyte icon

Egnyte 1.11.0,2288

Client for the Egnyte cloud storage service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    egnyte # Egnyte
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    egnyte # Egnyte
  ];
}

Package Definition

{
  "pname": "egnyte",
  "version": "1.11.0,2288",
  "src": {
    "url": "https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/1.11.0/Egnyte_1.11.0_2288.dmg",
    "sha256": "d0f37c57d0202f25f0050557576e017c17defea4d65d202355252c0fd54f515c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Egnyte.app\" && cp -r \"Egnyte.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the Egnyte cloud storage service",
    "homepage": "https://www.egnyte.com/"
  }
}