about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2023-12-07 20:58:41 -0500
committerSteven Kou <skykinetic@stevenkou.xyz>2023-12-13 18:33:02 -0500
commita70fb29f4e8cae3b011981c79b2f9a793e753225 (patch)
tree73c62313ba80c8a75e16d5d28eb4e8977b94dd8d /pkgs/applications/misc/joplin-desktop
parentcfb8505a8fefe7a57f392f85ce9d9dbe9066a6ef (diff)
joplin-desktop: 2.12.18 -> 2.13.9
Diffstat (limited to 'pkgs/applications/misc/joplin-desktop')
-rw-r--r--pkgs/applications/misc/joplin-desktop/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/joplin-desktop/default.nix b/pkgs/applications/misc/joplin-desktop/default.nix
index e993b085aec3d..f34776906b0ec 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.12.18";
+  version = "2.13.9";
 
   inherit (stdenv.hostPlatform) system;
   throwSystem = throw "Unsupported system: ${system}";
@@ -16,9 +16,9 @@ let
   src = fetchurl {
     url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}${suffix}";
     sha256 = {
-      x86_64-linux = "1fwcqgqni7d9x0prdy3p8ccc5lzgn57rhph4498vs1q40kyq8823";
-      x86_64-darwin = "sha256-atd7nkefLvilTq39nTLbXQhm1zzBCHOLL7MRJwlTSMk=";
-      aarch64-darwin = "sha256-xiWXD+ULSVJ80uruYz0uRFkDRT1QOUd6FSWDKK9yLMc=";
+      x86_64-linux = "sha256-1po4i+SG5o28uBtgmIXxnCP8/ZvFgTXxrdKVTSA7ndE=";
+      x86_64-darwin = "sha256-4NeFVj+RB3CyCQxrMM7ZfFahBMa0WumY1YPslJ2votc=";
+      aarch64-darwin = "sha256-pxlato6AQYduTCXouGVNSGr5awhGwlC8jTkG9nB2U+4=";
     }.${system} or throwSystem;
   };