tutanota-desktop: 301.250806.1 -> 304.250825.0 (#438187)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-30 03:07:26 +00:00
committed by GitHub
+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 ];