about summary refs log tree commit diff
path: root/pkgs/applications/misc/joplin-desktop
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2024-01-06 13:42:22 -0500
committerSteven Kou <skykinetic@stevenkou.xyz>2024-01-06 13:42:22 -0500
commitaa67cd662820c8c386b63877cb2c29254809cfcb (patch)
treeca40196a1f27852891c83b21d247adf391a150a4 /pkgs/applications/misc/joplin-desktop
parent4166d6026065b381ae0bb43ed10fcba2103238c4 (diff)
joplin-desktop: 2.13.12 -> 2.13.13
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 376038f46cc92..79a97f0501490 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.12";
+  version = "2.13.13";
 
   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-h+aprE7D2bZcKgBoOKwPGgiM2Yo05c3TZaR1elOsp70=";
-      x86_64-darwin = "sha256-4VHipPJ3Tkf7NSy7sytk793ApOQm7cRsl5DNO0xjpIw=";
-      aarch64-darwin = "sha256-LW7myTExWblFDke/o/E7tNBRBrkyNkOvnHiztIT7x3Q=";
+      x86_64-linux = "sha256-Cc9NhYrYimj1NjbwnEueQzqC6yCAZi0YUtmJRorarCk=";
+      x86_64-darwin = "sha256-tUdTcr5CkGqEdTuGwZvBmwMW3oCCXwdWnaXjjATHjQg=";
+      aarch64-darwin = "sha256-Xh54WrLbHcbGMkz9ZN07ZuSwelHdj97sH1eQb0cgAQg=";
     }.${system} or throwSystem;
   };