tutanota-desktop: 301.250806.1 -> 304.250825.0

This commit is contained in:
R. Ryantm
2025-08-29 09:07:02 +00:00
parent c73522789a
commit 50a40de93f
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "301.250806.1";
version = "304.250825.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-vnHw1cOvLuJZYxisVaF6sh5XBqlDiaCS3PLugbbNaKk=";
hash = "sha256-5nEC9zTmPhlv8+7a2UAuZpGSmOC+lMPzCbc2InvAo2k=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];