Commit 24212ab7 authored by R. RyanTM's avatar R. RyanTM
Browse files

simplex-chat-desktop: 6.4.3.1 -> 6.4.4

parent d8f8b0d1
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.4.3.1";
  version = "6.4.4";

  src = fetchurl {
    url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
    hash = "sha256-rFNatd7mC96WrX6imDOdEMNkSokiSeYq0oFRh/HTEC8=";
    hash = "sha256-yL/WNdq3egTzalwheYDreMgxUJXqUEe45c9k0eXX7Wg=";
  };

  appimageContents = appimageTools.extract {