1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

requestly: 1.5.12 -> 1.5.13

This commit is contained in:
R. Ryantm 2023-11-28 20:52:41 +00:00
parent c76b72caa4
commit 5fcbd30b8b

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; };