joplin-desktop: 1.0.143 -> 1.0.158

This commit is contained in:
Will Dietz 2019-05-28 17:16:46 -05:00
parent eb9a9bb22a
commit 6a9bb3728d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,12 +2,12 @@
let
pname = "joplin-desktop";
version = "1.0.143";
version = "1.0.158";
in appimageTools.wrapType2 rec {
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}-x86_64.AppImage";
sha256 = "1waglwxpr18a07m7ix9al6ac4hrdqzzqmy1qgp45b922nbkw9g10";
sha256 = "1xaamwcasihja3agwb0nnfnzc1wmmr0d2ng73qmfil9nhf9v3j6q";
};