Commit 5fcbd30b authored by R. RyanTM's avatar R. RyanTM
Browse files

requestly: 1.5.12 -> 1.5.13

parent c76b72ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; };