joplin-desktop: 1.0.179 -> 1.0.200

Builds successfully on NixOS
This commit is contained in:
Hugo Reeves 2020-04-15 08:33:29 +12:00
parent e27369fbe6
commit b70a3dc515
No known key found for this signature in database
GPG Key ID: 04D4C35D7FB5C496
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "1.0.179";
version = "1.0.200";
desktopItem = makeDesktopItem {
name = "Joplin";
exec = "joplin-desktop";
@ -13,7 +13,7 @@ in appimageTools.wrapType2 rec {
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.AppImage";
sha256 = "0v7d5wzwiznl755pl6jfg33g6jxr1cbm9j13jpbmfi497hj8w82k";
sha256 = "14gwv8i6dprvl96mifadq0zj77a82rww8xd5bmzm8ql6sidi2216";
};