simplex-chat-desktop: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm
2026-08-22 10:59:05 +00:00
parent da3d07a670
commit dc158addc2

View File

@@ -7,16 +7,16 @@
let
pname = "simplex-chat-desktop";
version = "7.0.0";
version = "7.0.1";
sources = {
"aarch64-linux" = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-aarch64.AppImage";
hash = "sha256-bvDEk8ub/OOfqlj6e5vF/FYYJWdWKv1iIjfh5WZR3/4=";
hash = "sha256-p8vpMdqRgxGANaDs8G1brNRYCEvdghHLJFNfGfuK9rs=";
};
"x86_64-linux" = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-eNLDk5DCHd24nreOU7hT1Ky2ll1TyTvmabiwzFRtwXQ=";
hash = "sha256-7GJLmnr8R3x6H4Rf2aiyJic0mn5g03srw42B/Iz43Cc=";
};
};