requestly: 1.5.13 -> 1.5.15

This commit is contained in:
R. Ryantm 2023-12-24 08:02:58 +00:00
parent 42e8265222
commit 9a2b7f1b91

View File

@ -5,11 +5,11 @@
let
pname = "requestly";
version = "1.5.13";
version = "1.5.15";
src = fetchurl {
url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage";
hash = "sha256-DSOZBVBjIYO8BG3o7AUsH7h2KvSPlp9Lj9d3OwvBhfQ=";
hash = "sha256-GTc4VikXsyiEfgN6oY/YQPBqNLia4cFz1aYS65+SboI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };