simplex-chat-desktop: 6.1.0 -> 6.1.1

This commit is contained in:
Terry Garcia 2024-11-03 12:47:39 -06:00
parent 0085dc94de
commit 4083af87bb
No known key found for this signature in database
GPG Key ID: A7218CBA2D8015C3

View File

@ -6,11 +6,11 @@
let
pname = "simplex-chat-desktop";
version = "6.1.0";
version = "6.1.1";
src = fetchurl {
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
hash = "sha256-Fe84rggb539MJXkbJqQRemToTLyX61BbXtoDRUuds8k=";
hash = "sha256-FHkZqbbJTQz+gIOgpMiak9u4ZOY/7r+1+if74LHLw/c=";
};
appimageContents = appimageTools.extract {