about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop/default.nix
diff options
context:
space:
mode:
authorSean Heath <6528011+seandheath@users.noreply.github.com>2021-09-17 09:46:46 -0400
committerGitHub <noreply@github.com>2021-09-17 21:46:46 +0800
commiteda7b3d00e380950e57ec6fb67d15f45deecb0f8 (patch)
treeea5c380ae9b802c145d89bbb836043bbb7a30164 /pkgs/applications/misc/joplin-desktop/default.nix
parentf8420fd6df9b70b10b88a66d4bfd085863e2f9d4 (diff)
joplin-desktop: 2.3.5 -> 2.4.6
Version 2.3.5 cannot sync with notes saved by version 2.4.6.
Diffstat (limited to 'pkgs/applications/misc/joplin-desktop/default.nix')
-rw-r--r--pkgs/applications/misc/joplin-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/joplin-desktop/default.nix b/pkgs/applications/misc/joplin-desktop/default.nix
index 02e3596e05eea..4701fe0b54f30 100644
--- a/pkgs/applications/misc/joplin-desktop/default.nix
+++ b/pkgs/applications/misc/joplin-desktop/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "joplin-desktop";
-  version = "2.3.5";
+  version = "2.4.6";
   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-Qy/CpIEfAZ9735mwcNaJIw+qVmYXVwQ7gJuUj2lpQc4=";
-      x86_64-darwin = "sha256-7I+fhcFFW/WihuUkSE5Pc8RhKszSgByP58H3sKSJbrc=";
+      x86_64-linux = "sha256-BMpRWtfx5fXEJy3hp/+q86sd+Yd/QPJbSqi2nWE2dcQ=";
+      x86_64-darwin = "sha256-4UNKdoGtQSN5/m+xQZrY77ZE5A7jvpDOUCRvwrS5e6g=";
     }.${system} or throwSystem;
   };