tutanota-desktop: 336.260316.0 -> 338.260318.0 (#503673)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-27 21:20:47 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "336.260316.0";
version = "338.260318.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-kEZ01HLRTi7KCg0mHu+awqvJmq8jAIKHCx8p34byuA0=";
hash = "sha256-VDdUHTvOBuC7TNGnJxNRkAgRsc0ykKVTUSFO2E1A8hA=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];