tutanota-desktop: 348.260506.0 -> 348.260519.0

This commit is contained in:
R. Ryantm
2026-05-24 06:43:10 +00:00
parent 89afca31a7
commit 36ca508783
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "348.260506.0";
version = "348.260519.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-SzhC2ZF60SfXugpb4RGHV26jtXRqquznzvgr/h8iUyc=";
hash = "sha256-SqD6pErUUeq/m0IdhL4EVyYINmyIME6pucGH3sAUL5g=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];