Ente Auth icon

Ente Auth 4.2.0

Desktop client for Ente Auth

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ente-auth # Ente Auth
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ente-auth # Ente Auth
  ];
}

Package Definition

{
  "pname": "ente-auth",
  "version": "4.2.0",
  "src": {
    "url": "https://github.com/ente-io/ente/releases/download/auth-v4.2.0/ente-auth-v4.2.0.dmg",
    "sha256": "5f8de9684520cbbcf54f54523b20364cdd3e63b92fda4b0df861d4e631026014"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Ente Auth.app\" \"$out/Applications/Ente Auth.app\""
  ],
  "meta": {
    "description": "Desktop client for Ente Auth",
    "homepage": "https://ente.io/auth/"
  }
}