mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
simplex-chat-desktop: 6.0.5 -> 6.1.0 (#350392)
This commit is contained in:
commit
f1a5f60a63
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "simplex-chat-desktop";
|
pname = "simplex-chat-desktop";
|
||||||
version = "6.0.5";
|
version = "6.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
|
url = "https://github.com/simplex-chat/simplex-chat/releases/download/v${version}/simplex-desktop-x86_64.AppImage";
|
||||||
hash = "sha256-z40Udd3+GWd4JSVNsqwFUm3GcbfNre+lFR/UP1+msyo=";
|
hash = "sha256-Fe84rggb539MJXkbJqQRemToTLyX61BbXtoDRUuds8k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract {
|
appimageContents = appimageTools.extract {
|
||||||
@ -43,7 +43,7 @@ in appimageTools.wrapType2 {
|
|||||||
homepage = "https://simplex.chat";
|
homepage = "https://simplex.chat";
|
||||||
changelog = "https://github.com/simplex-chat/simplex-chat/releases/tag/v${version}";
|
changelog = "https://github.com/simplex-chat/simplex-chat/releases/tag/v${version}";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ terryg yuu ];
|
maintainers = with maintainers; [ terryg ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user