tutanota-desktop: 230.240603.0 -> 232.240626.0

This commit is contained in:
R. Ryantm
2024-06-27 01:31:20 +00:00
parent db4c8df48c
commit ef632566ee
@@ -5,11 +5,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "230.240603.0";
version = "232.240626.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-pgRqlaUbEDEAd4frooSloeiNEX02VESPhqIzRIuQshI=";
hash = "sha256-LsLhsWrH+hRcx7hjx2GbtDMEf1oAygSwtsCxpmnZOfE=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];