joplin-desktop: 2.4.6 -> 2.5.12

https://github.com/laurent22/joplin/releases

In particular, fixes LetsEncrypt cert issues.
This commit is contained in:
Will Dietz
2021-11-09 11:21:45 -06:00
parent 00c34f0af6
commit fcf045e691
@@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "2.4.6";
version = "2.5.12";
name = "${pname}-${version}";
inherit (stdenv.hostPlatform) system;
@@ -16,8 +16,8 @@ let
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.${suffix}";
sha256 = {
x86_64-linux = "sha256-BMpRWtfx5fXEJy3hp/+q86sd+Yd/QPJbSqi2nWE2dcQ=";
x86_64-darwin = "sha256-4UNKdoGtQSN5/m+xQZrY77ZE5A7jvpDOUCRvwrS5e6g=";
x86_64-linux = "sha256-/S/paqMKVerSQFjA4wQ9fLV0WaqKm4CzQfy+0OdH7c8=";
x86_64-darwin = "sha256-5eKTfZRpW7IYwFt8TeJiytrwEpiHBgN4k9kth+Lh0Bo=";
}.${system} or throwSystem;
};