Merge pull request #85248 from HugoReeves/update-joplin-desktop

joplin-desktop: 1.0.179 -> 1.0.200
This commit is contained in:
adisbladis 2020-04-19 02:48:45 +02:00 committed by GitHub
commit 8804e2f53f
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.179"; version = "1.0.200";
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 = "0v7d5wzwiznl755pl6jfg33g6jxr1cbm9j13jpbmfi497hj8w82k"; sha256 = "14gwv8i6dprvl96mifadq0zj77a82rww8xd5bmzm8ql6sidi2216";
}; };
@ -40,9 +40,9 @@ in appimageTools.wrapType2 rec {
applications directly or from your own text editor. The notes are in applications directly or from your own text editor. The notes are in
Markdown format. Markdown format.
''; '';
homepage = "https://joplin.cozic.net/"; homepage = "https://joplinapp.org";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ rafaelgg raquelgb ]; maintainers = with maintainers; [ hugoreeves rafaelgg raquelgb ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }