tutanota-desktop: 287.250602.0 -> 293.250624.0 (#417754)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:06:36 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "287.250602.0";
version = "293.250624.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-HHr2XaVYy0o/HdVcyGi1+5iHDhqlkFp0wlRpr7v61OA=";
hash = "sha256-drt5RCky5ChefZb/aICIj7YfSjY+WvKiaMufZLj1UHU=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];