RetroShare icon

RetroShare 0.6.7a,0c03e93a4-01-03-2024-MacOS-10.15.7-Qt-5.15.11,0.6.7.2

Friend-2-Friend and secure decentralised communication platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "retroshare",
  "version": "0.6.7a,0c03e93a4-01-03-2024-MacOS-10.15.7-Qt-5.15.11,0.6.7.2",
  "src": {
    "url": "https://github.com/RetroShare/RetroShare/releases/download/v0.6.7.2/RetroShare-0.6.7a-0c03e93a4-01-03-2024-MacOS-10.15.7-Qt-5.15.11.dmg",
    "sha256": "6757a0bffba36fd85515117edba7e821bb3105500f8a282be942abeee3373230"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/retroshare.app\" && cp -r \"retroshare.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Friend-2-Friend and secure decentralised communication platform",
    "homepage": "https://retroshare.cc/"
  }
}