Stash icon

Stash 2.8.0,352

Network tool based on Clash

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "stash",
  "version": "2.8.0,352",
  "src": {
    "url": "https://mac-release-static.stash.ws/Stash-build-352.zip",
    "sha256": "1ec395ed74b115ab80a2fc01b0779f1b28f28fdfcf0db70933d8b801ecb20075"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Stash.app\" && cp -r \"Stash.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Network tool based on Clash",
    "homepage": "https://stash.ws/"
  }
}