tutanota-desktop: 319.260107.1 -> 325.260127.0

This commit is contained in:
R. Ryantm
2026-01-31 02:13:12 +00:00
parent 743e01625d
commit f0d0344d3b
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "319.260107.1";
version = "325.260127.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-alp8+6tk+EfUSQZOjuQk83b3UPPkz9FnQblWcNyAWz4=";
hash = "sha256-WZYJ5C8xVoD+XMbjcKcIQw3C8YObinK6wBWBMd6bssU=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];