Ente Auth icon

Ente Auth 4.4.15

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.15",
  "src": {
    "url": "https://github.com/ente-io/ente/releases/download/auth-v4.4.15/ente-auth-v4.4.15.dmg",
    "sha256": "4565b63531c0f08d3602acec7c5804d1e62748fa6720f0ab04dab7ab1f434a37"
  },
  "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/"
  }
}