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

simplex-chat-desktop: 5.8.0 -> 5.8.1
This commit is contained in:
Weijia Wang 2024-07-02 00:46:54 +02:00 committed by GitHub
commit a0966d001d
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.8.0";
version = "5.8.1";
src = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-EYoUsxJgG9xqXtjys0InJJaqvX1XXcef9PYQ3nZPNuo=";
hash = "sha256-s5gyamNQk79+FEO2JlHIhlI9LK6M16Mf+D9qz9J67qw=";
};
appimageContents = appimageTools.extract {