Hypercal icon

Hypercal 0.0.111

Privacy first calendar that connects your schedules and tasks into a single view

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "hypercal",
  "version": "0.0.111",
  "src": {
    "url": "https://storage.googleapis.com/hypercal-downloads/Hypercal-0.0.111-universal.dmg",
    "sha256": "30c78a5b6769fe58eda904f81f559e1b57a3703382d03ed18776b63c1861df38"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hypercal.app\" && cp -r \"Hypercal.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Privacy first calendar that connects your schedules and tasks into a single view",
    "homepage": "https://hypercal.app/"
  }
}