OnionShare icon

OnionShare 2.6.5

Securely and anonymously share files, host websites, and chat with friends

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "onionshare",
  "version": "2.6.5",
  "src": {
    "url": "https://onionshare.org/dist/2.6.5/OnionShare-2.6.5.dmg",
    "sha256": "4426a52c9668799b4b1fa3823936e378f93ba01688b7e881bfdcf529e1b5c633"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OnionShare.app\" && cp -r \"OnionShare.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Securely and anonymously share files, host websites, and chat with friends",
    "homepage": "https://onionshare.org/"
  }
}