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
This commit is contained in:
parent
7e5334d6f2
commit
12bf5c90c1
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue