tutanota-desktop: 293.250630.0 -> 299.250725.1 (#425682)

This commit is contained in:
Weijia Wang 2025-08-03 18:17:33 -06:00 committed by GitHub
commit d0b8bc27ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "293.250630.0";
version = "299.250725.1";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-USyNM4cQs+ugwkDwsookR3rDn2+6uir6NnL651jM85I=";
hash = "sha256-nZ9LdXqGAEeCM/1tzfz0jnq6AyamobmP/vNgJoHjfhs=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];