simplex-chat-desktop: 6.5.5 -> 6.5.6

(cherry picked from commit 7bb94064f4)
This commit is contained in:
R. Ryantm
2026-07-08 08:27:49 +00:00
committed by github-actions[bot]
parent 17561ada40
commit f2b99eeec2

View File

@@ -7,16 +7,16 @@
let
pname = "simplex-chat-desktop";
version = "6.5.5";
version = "6.5.6";
sources = {
"aarch64-linux" = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-aarch64.AppImage";
hash = "sha256-zBLBSWrADCIafUSynttiT3faJfzDcz8Li/NISWRNTaw=";
hash = "sha256-2RFBH4o9Y/zaLQg8eHzDOzQDE6zXnYKLaesJol5lgh4=";
};
"x86_64-linux" = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-6qb1z4Z/1uuEqLwiVSwuLSlurbHYsj0jVSF00c5LLBA=";
hash = "sha256-p4Wa/IP0+8O11meRt3ZSUeh040fhKLMVjDhqtxXOneU=";
};
};