Unverified Commit 93db890c authored by NilaTheDragon's avatar NilaTheDragon
Browse files

proxyman: 3.9.0 -> 3.10.0

parent b6522e66
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,14 +3,15 @@
  appimageTools,
  fetchurl,
  asar,
  nix-update-script,
}:
let
  pname = "proxyman";
  version = "3.9.0";
  version = "3.10.0";

  src = fetchurl {
    url = "https://github.com/ProxymanApp/proxyman-windows-linux/releases/download/${version}/Proxyman-${version}.AppImage";
    hash = "sha256-hv0TYlCHoiWrMRLcPrruI09SC24Pafo9B5kkUpFDyKI=";
    hash = "sha256-kprkRi50/GASHZ/NiP6tuYiVp0019W4wIjUXL9H4aBg=";
  };

  appimageContents = appimageTools.extract {
@@ -42,6 +43,11 @@ appimageTools.wrapAppImage {
      --replace-fail "Exec=AppRun" "Exec=proxyman --"
  '';

  passthru = {
    updateScript = nix-update-script { };
    inherit src; # needed for nix-update to find the GitHub URL
  };

  meta = {
    description = "Capture, inspect, and manipulate HTTP(s) requests/responses with ease";
    homepage = "https://proxyman.com";