Loading pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix +7 −0 Original line number Diff line number Diff line { lib , appimageTools , fetchurl , gitUpdater }: appimageTools.wrapType2 rec { Loading @@ -24,6 +25,12 @@ appimageTools.wrapType2 rec { --replace 'Exec=AppRun' 'Exec=${pname}' ''; passthru.updateScript = gitUpdater { url = "https://github.com/tutao/tutanota"; rev-prefix = "tutanota-desktop-release-"; allowedVersions = ".+\\.[0-9]{6}\\..+"; }; meta = with lib; { description = "Tuta official desktop client"; homepage = "https://tuta.com/"; Loading Loading
pkgs/applications/networking/mailreaders/tutanota-desktop/default.nix +7 −0 Original line number Diff line number Diff line { lib , appimageTools , fetchurl , gitUpdater }: appimageTools.wrapType2 rec { Loading @@ -24,6 +25,12 @@ appimageTools.wrapType2 rec { --replace 'Exec=AppRun' 'Exec=${pname}' ''; passthru.updateScript = gitUpdater { url = "https://github.com/tutao/tutanota"; rev-prefix = "tutanota-desktop-release-"; allowedVersions = ".+\\.[0-9]{6}\\..+"; }; meta = with lib; { description = "Tuta official desktop client"; homepage = "https://tuta.com/"; Loading