simplex-chat-desktop: 6.3.3 -> 6.3.4

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

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2025-05-17 19:28:29 +09:00
parent 5c0c4807e4
commit a11eec51b5
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.3";
version = "6.3.4";
src = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-qm0JPwHnfICCUN5mgSrKH8V6orJ4+p/9UmrQ/GPWIBo=";
hash = "sha256-BE0JOcl3UbYoqzihgoqfcM1yxvxodSGdm8QaBgVhHBY=";
};
appimageContents = appimageTools.extract {