simplex-chat-desktop: 6.3.6 -> 6.3.7

https://github.com/simplex-chat/simplex-chat/releases/tag/v6.3.7

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2025-07-06 01:29:23 +09:00
parent cb4ff67e03
commit 43c979cf2a
No known key found for this signature in database
GPG Key ID: 7E8683301BE9A5A4

View File

@ -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 {