Merge pull request #316893 from r-ryantm/auto-update/simplex-chat-desktop

simplex-chat-desktop: 5.7.4 -> 5.7.5
This commit is contained in:
Nick Cao 2024-06-03 13:38:38 -04:00 committed by GitHub
commit fe057cffc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@
let
pname = "simplex-chat-desktop";
version = "5.7.4";
version = "5.7.5";
src = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-byns0F3i1YiYekO5KoAek5LXCU8bvPK/tzl+xExQM4g=";
hash = "sha256-riJHJbl19UHJskQjWxSJUNhDEBE7FSoGE2lQecs/qvM=";
};
appimageContents = appimageTools.extract {