joplin-desktop: 1.0.177 -> 1.0.179

This commit is contained in:
Roman Kuznetsov 2020-02-02 20:17:29 +01:00
parent 5c2a7d0f07
commit ec001a24cc
No known key found for this signature in database
GPG Key ID: 78F257D890EF9920

View File

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "1.0.177";
version = "1.0.179";
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 = "023q3yxqsv0vd76bvfhyhh0pnfia01rflfpyv0i6w6xnb5hm2jp7";
sha256 = "0v7d5wzwiznl755pl6jfg33g6jxr1cbm9j13jpbmfi497hj8w82k";
};