tutanota-desktop: 259.241223.2 -> 259.250108.1 (#373587)

This commit is contained in:
Arne Keller
2025-01-26 16:22:31 +01:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "259.241223.2";
version = "259.250108.1";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-VeAXOCdvy9liCJBNMdPc6iIeuOutqQ9sShc4XytApH4=";
hash = "sha256-VXHhN+6k1Jd/4tPxxLwXNYYPjpl+yBn8gRDLlfvCS4g=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];