simplex-chat-desktop: 5.8.1 -> 6.0.3

This commit is contained in:
R. Ryantm 2024-08-25 06:45:52 +00:00
parent ba0c72cea4
commit a852d3de67

View File

@ -6,11 +6,11 @@
let
pname = "simplex-chat-desktop";
version = "5.8.1";
version = "6.0.3";
src = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-s5gyamNQk79+FEO2JlHIhlI9LK6M16Mf+D9qz9J67qw=";
hash = "sha256-No3nS1AUOxhaxvaPvc8tLW+fj59P4AT/bt0dZobdGAw=";
};
appimageContents = appimageTools.extract {