Requestly icon

Requestly 25.5.21

Intercept and modify HTTP requests

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "requestly",
  "version": "25.5.21",
  "src": {
    "url": "https://github.com/requestly/requestly-desktop-app/releases/download/v25.5.21/Requestly-25.5.21-arm64.dmg",
    "sha256": "253755769228f3846fcda62a6a2153a0f885146fcbed828c66d84936c8218536"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Requestly.app\" && cp -r \"Requestly.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Intercept and modify HTTP requests",
    "homepage": "https://requestly.com/"
  }
}