Ente Auth icon

Ente Auth 4.4.10

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.4.10",
  "src": {
    "url": "https://github.com/ente-io/ente/releases/download/auth-v4.4.10/ente-auth-v4.4.10.dmg",
    "sha256": "81d49334ab63ed0e7ae1a887d52cacca008a2f208dfcf2945ae0dc1c861877b7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ente Auth.app\" && cp -r \"Ente Auth.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop client for Ente Auth",
    "homepage": "https://ente.io/auth/"
  }
}