Merge pull request #58081 from dtzWill/update/joplin-1.0.140

joplin-desktop: 1.0.120 -> 1.0.140
This commit is contained in:
Will Dietz
2019-03-22 13:02:15 -05:00
committed by GitHub

View File

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