Commit ece099c7 authored by R. RyanTM's avatar R. RyanTM
Browse files

simplex-chat-desktop: 6.4.2 -> 6.4.3.1

parent 5bb0267a
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.2";
  version = "6.4.3.1";

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

  appimageContents = appimageTools.extract {