tutanota-desktop: 310.251008.0 -> 314.251030.0 (#459408)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-07 16:26:47 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "310.251008.0";
version = "314.251030.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-HMwfSMEEP3+CWSiThiEGbCkLiKndmLyt4KIZ4fPHCxM=";
hash = "sha256-xGErTMDLJOQIRxFavo8lOZUjTyUvVOD10Df4EPNF+eo=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];