Stash icon

Stash 3.1.0,372

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