From 12bf5c90c11eaa5126055b70d1b666fe713e13ab Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 1 Jan 2020 01:59:31 -0600 Subject: [PATCH] joplin-desktop: 1.0.167 -> 1.0.177 https://github.com/laurent22/joplin/releases/tag/v1.0.177 https://github.com/laurent22/joplin/releases/tag/v1.0.176 https://github.com/laurent22/joplin/releases/tag/v1.0.175 https://github.com/laurent22/joplin/releases/tag/v1.0.174 https://github.com/laurent22/joplin/releases/tag/v1.0.173 https://github.com/laurent22/joplin/releases/tag/v1.0.172 https://github.com/laurent22/joplin/releases/tag/v1.0.171 https://github.com/laurent22/joplin/releases/tag/v1.0.170 https://github.com/laurent22/joplin/releases/tag/v1.0.169 https://github.com/laurent22/joplin/releases/tag/v1.0.168 --- pkgs/applications/misc/joplin-desktop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/joplin-desktop/default.nix b/pkgs/applications/misc/joplin-desktop/default.nix index ff0332e1e5ff..c4b4fdfd42e6 100644 --- a/pkgs/applications/misc/joplin-desktop/default.nix +++ b/pkgs/applications/misc/joplin-desktop/default.nix @@ -2,12 +2,12 @@ let pname = "joplin-desktop"; - version = "1.0.167"; + version = "1.0.177"; 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 = "062f2av60490ffrml0q8zv68yir6zaqif0g3d32c985gcvmgn9lw"; + url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.AppImage"; + sha256 = "023q3yxqsv0vd76bvfhyhh0pnfia01rflfpyv0i6w6xnb5hm2jp7"; };