Merge pull request #88922 from CheariX/joplin-desktop-1.0.216

This commit is contained in:
Silvan Mosberger 2020-05-28 23:52:22 +02:00 committed by GitHub
commit f5859e62e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let let
pname = "joplin-desktop"; pname = "joplin-desktop";
version = "1.0.201"; version = "1.0.216";
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "Joplin"; name = "Joplin";
exec = "joplin-desktop"; exec = "joplin-desktop";
@ -13,7 +13,7 @@ in appimageTools.wrapType2 rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.AppImage"; url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.AppImage";
sha256 = "060dkgamsv59vgslqyjfh1g8wg3nldrvfb9lf0y9sxjlbsv8bc55"; sha256 = "17rb7h98h9i2p5kw5gznx5swpz6yxqdxwc9x5cgbkc31vk10iszn";
}; };
@ -42,7 +42,7 @@ in appimageTools.wrapType2 rec {
''; '';
homepage = "https://joplinapp.org"; homepage = "https://joplinapp.org";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ hugoreeves rafaelgg raquelgb ]; maintainers = with maintainers; [ hugoreeves ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }