Merge pull request #62191 from dtzWill/update/joplin-desktop-1.0.158

joplin-desktop: 1.0.143 -> 1.0.158
This commit is contained in:
Maximilian Bosch 2019-05-29 12:47:55 +02:00 committed by GitHub
commit 2669633053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};