tutanota-desktop: 227.240502.0 -> 229.240514.1

This commit is contained in:
R. Ryantm
2024-05-17 11:37:20 +00:00
parent ff8aa8b9ec
commit fd070d7e58
@@ -5,11 +5,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "227.240502.0";
version = "229.240514.1";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-D7qWwIFuCJmBvfdgf4Dsd2/jvi39tbAttaHOwLND4DY=";
hash = "sha256-wUxg6Gu8jjV+EEvD9nt38BU5J3qoByvj+sUkilk4voc=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];