requestly 1.5.13 -> 1.5.15 https://repology.org/project/requestly/versions attrpath: requestly Checking auto update branch... No auto update branch exists Old version 1.5.13" not present in master derivation file with contents: { lib , appimageTools , fetchurl }: let pname = "requestly"; version = "1.5.15"; src = fetchurl { url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage"; hash = "sha256-GTc4VikXsyiEfgN6oY/YQPBqNLia4cFz1aYS65+SboI="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; in appimageTools.wrapType2 { inherit pname version src; extraInstallCommands = '' mv $out/bin/${pname}-${version} $out/bin/${pname} install -Dm 444 ${appimageContents}/${pname}.desktop -t $out/share/applications cp -r ${appimageContents}/usr/share/icons $out/share ''; meta = with lib; { description = "Intercept & Modify HTTP Requests"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; homepage = "https://requestly.io"; license = licenses.agpl3Only; maintainers = with maintainers; [ dit7ya ]; }; }