tutanota-desktop: 293.250630.0 -> 299.250725.1

This commit is contained in:
R. Ryantm
2025-08-02 07:02:24 +00:00
parent dc80fe1e87
commit 5ba3f27dce
+2 -2
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 ];