tutanota-desktop: 277.250414.1 -> 287.250523.0 (#408309)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:50:17 +00:00 committed by GitHub
commit 7545a127ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "277.250414.1";
version = "287.250523.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-Ke9c9kugI+Cym24Nf4juW1oFiCCTNURZy7C1+TFF0rc=";
hash = "sha256-7tt0wy1b3sD/DKaUqvltSfm13YsITNv85SQwcvUKipg=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];