Stash icon

Stash 2.8.0,349

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,349",
  "src": {
    "url": "https://mac-release-static.stash.ws/Stash-build-349.zip",
    "sha256": "4e0e077324e54bb503895fb5222342648df00b820f07513480a2989dc5d711a4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Stash.app\" && cp -r \"Stash.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Network tool based on Clash",
    "homepage": "https://stash.ws/"
  }
}