tutanota-desktop: 304.250825.0 -> 304.250901.0

This commit is contained in:
R. Ryantm
2025-09-09 14:59:45 +00:00
parent 1c8d52a3a2
commit 654d24144a

View File

@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "304.250825.0";
version = "304.250901.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-5nEC9zTmPhlv8+7a2UAuZpGSmOC+lMPzCbc2InvAo2k=";
hash = "sha256-fzNmkJZQ+BLWlNZS1F7C6kCeigFmd3ztsd+ROPAq2u0=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];