joplin-desktop: 1.0.142 -> 1.0.143

https://github.com/laurent22/joplin/releases/tag/v1.0.143
This commit is contained in:
Will Dietz 2019-04-22 06:05:23 -05:00
parent b0fea1dc9c
commit b07b4ebe76

View File

@ -1,8 +1,8 @@
{ stdenv, appimage-run, fetchurl, gsettings-desktop-schemas, gtk3, gobject-introspection, wrapGAppsHook }: { stdenv, appimage-run, fetchurl, gsettings-desktop-schemas, gtk3, gobject-introspection, wrapGAppsHook }:
let let
version = "1.0.142"; version = "1.0.143";
sha256 = "0k7lnv3qqz17a2a2d431sic3ggi3373r5k0kwxm4017ama7d72m1"; sha256 = "1waglwxpr18a07m7ix9al6ac4hrdqzzqmy1qgp45b922nbkw9g10";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "joplin-${version}"; name = "joplin-${version}";