joplin-desktop: 1.0.140 -> 1.0.142

https://discourse.joplin.cozic.net/t/joplin-version-1-0-142/2024
This commit is contained in:
Will Dietz 2019-04-06 12:26:09 -05:00
parent 12db6c18f9
commit 1f4d5433a9

View File

@ -1,8 +1,8 @@
{ stdenv, appimage-run, fetchurl }: { stdenv, appimage-run, fetchurl }:
let let
version = "1.0.140"; version = "1.0.142";
sha256 = "1114v141jayqhvkkxf7dr864j09nf5nz002c7z0pprzr00fifqzx"; sha256 = "0k7lnv3qqz17a2a2d431sic3ggi3373r5k0kwxm4017ama7d72m1";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "joplin-${version}"; name = "joplin-${version}";