Ricochet Refresh icon

Ricochet Refresh 3.0.39

Private and anonymous instant messaging over tor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ricochet-refresh # Ricochet Refresh
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ricochet-refresh # Ricochet Refresh
  ];
}

Package Definition

{
  "pname": "ricochet-refresh",
  "version": "3.0.39",
  "src": {
    "url": "https://github.com/blueprint-freespeech/ricochet-refresh/releases/download/v3.0.39-release/ricochet-refresh-3.0.39-macos-aarch64.dmg",
    "sha256": "f584db82b9e4a0cf735cab528925adeda75a899b9bf34567f90b5bea8cf6b1b2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Ricochet Refresh.app\" && cp -r \"Ricochet Refresh.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Private and anonymous instant messaging over tor",
    "homepage": "https://www.ricochetrefresh.net/"
  }
}