about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-02 09:22:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-02 09:22:33 +0000
commitb4a1d25e5554b64be5bd822e94769f7dad924448 (patch)
tree3b5d33f52f649aef58ea4e8f224b357714d946a2
parent0b5c90b5b991e8b93df3f80239501d38c9630816 (diff)
tutanota-desktop: 229.240514.1 -> 229.240517.0
-rw-r--r--pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix b/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
index c9bbe06a9ea6b..8536cd145f145 100644
--- a/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
+++ b/pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix
@@ -5,11 +5,11 @@
 
 appimageTools.wrapType2 rec {
   pname = "tutanota-desktop";
-  version = "229.240514.1";
+  version = "229.240517.0";
 
   src = fetchurl {
     url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
-    hash = "sha256-wUxg6Gu8jjV+EEvD9nt38BU5J3qoByvj+sUkilk4voc=";
+    hash = "sha256-NVr9OOq5YdqvCkrtjTRIfWWquxJ/sN8MhSlw3RvZVFs=";
   };
 
   extraPkgs = pkgs: [ pkgs.libsecret ];