Merge pull request #270732 from r-ryantm/auto-update/requestly

requestly: 1.5.12 -> 1.5.13
This commit is contained in:
Nick Cao 2023-11-29 09:51:14 -05:00 committed by GitHub
commit 39c7b1cd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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