11 url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage";
12 hash = "sha256-aUhgn6QeCHcs3yi1KKzw+yOUucbTOeNqObTYZTkKqrs=";
15 appimageContents = appimageTools.extractType2 { inherit pname version src; };
17 appimageTools.wrapType2 {
18 inherit pname version src;
20 extraInstallCommands = ''
21 install -Dm 444 ${appimageContents}/${pname}.desktop -t $out/share/applications
22 cp -r ${appimageContents}/usr/share/icons $out/share
26 description = "Intercept & Modify HTTP Requests";
27 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
28 homepage = "https://requestly.io";
29 license = licenses.agpl3Only;
30 maintainers = with maintainers; [ dit7ya ];
31 mainProgram = "requestly";