Unverified Commit c4961731 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

simplex-chat-desktop: 6.3.6 -> 6.3.7 (#422738)

parents 10c6bcac 43c979cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

let
  pname = "simplex-chat-desktop";
  version = "6.3.6";
  version = "6.3.7";

  src = fetchurl {
    url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
    hash = "sha256-EvDDWLgucqTPcf9eC2q9IJKfo1mxRAo82PAzkzxVESc=";
    hash = "sha256-PsUSSs6HTV3gGbdH+hPifZ2Ak6j1vNSAHsqaL5U1lbY=";
  };

  appimageContents = appimageTools.extract {