about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop/default.nix
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2024-01-15 11:17:21 -0500
committerSteven Kou <skykinetic@stevenkou.xyz>2024-01-15 11:17:21 -0500
commit74657ab9c4df19c0fa514b45c1d4d2f538a8575d (patch)
treeb826641db048dfe49c95e1b05ed0b2efb08310f7 /pkgs/applications/misc/joplin-desktop/default.nix
parente3528ac5517c68ef67bce66b9dce5433a402ceda (diff)
joplin-desktop: 2.13.13 -> 2.13.15
Diffstat (limited to 'pkgs/applications/misc/joplin-desktop/default.nix')
-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 79a97f0501490..47c9856260cfb 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.13.13";
+  version = "2.13.15";
 
   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 = "sha256-Cc9NhYrYimj1NjbwnEueQzqC6yCAZi0YUtmJRorarCk=";
-      x86_64-darwin = "sha256-tUdTcr5CkGqEdTuGwZvBmwMW3oCCXwdWnaXjjATHjQg=";
-      aarch64-darwin = "sha256-Xh54WrLbHcbGMkz9ZN07ZuSwelHdj97sH1eQb0cgAQg=";
+      x86_64-linux = "sha256-5tLONAChZaiJqvK/lg1NGTH3LYBlezIAmtQvng0nNNc=";
+      x86_64-darwin = "sha256-MFBOYA6weAwGLp/ezfU58RvSlGFFlkg0Flcx64q7Wo8=";
+      aarch64-darwin = "sha256-6CKXa/td567NtzTV7laU7l9xw8WOB9RZR6I1vXeLuyo=";
     }.${system} or throwSystem;
   };