about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-10 22:07:06 +0200
committerGitHub <noreply@github.com>2023-05-10 22:07:06 +0200
commit3c4a0ecdb0a61436b2b2bba2c52bf6bb3cea3786 (patch)
treeb2fce5039b81465a47e53100b3f1ad40ccbc46db /pkgs/applications/misc/joplin-desktop/default.nix
parent9184f1989bf914c309b278fb6b84555f19328036 (diff)
parent9cc9778ce5eef3acf12a7a721d09861614205b4d (diff)
Merge pull request #223134 from mayjs/update_joplin_desktop
joplin-desktop: 2.10.4 -> 2.10.18
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 9d621ee54177a..aa148297c35fc 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.10.4";
+  version = "2.10.18";
   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-KEEPPtWxaY6+Nu/CE+AVAnaVZ30zmASWiIYaJt4a+3E=";
-      x86_64-darwin = "sha256-8Rkj1pV6tJygznbfELnAhzhh7ImnTm9dxCxCjYlWdnU=";
+      x86_64-linux = "sha256-oo3li8w1uem9lyFqwnrZ7Fl1R7Hrd8W+PHcIiaL2/+U=";
+      x86_64-darwin = "sha256-xYNp6WW8uPBrfuUgE5LI+1PuQK+vTA11eOtkz2ogpk0=";
     }.${system} or throwSystem;
   };