tutanota-desktop: 259.241223.0 -> 259.241223.2 (#370344)

This commit is contained in:
Martin Weinelt
2025-01-13 15:47:46 +01:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "259.241223.0";
version = "259.241223.2";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-PfgdYKy3JfId04hu8qrNhmdpwOmyfsfz7Bk7KpLTdzk=";
hash = "sha256-VeAXOCdvy9liCJBNMdPc6iIeuOutqQ9sShc4XytApH4=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];